Uname : Linux server1.cgrithy.com 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64
Soft : Apache
Ip : 203.161.60.200
Port : 443
~
/
opt
/
cpanel
/
ea-nodejs16
/
include
/
node
/
cppgc
[ HOME ]
Exec
Submit
common.h
// Copyright 2020 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef INCLUDE_CPPGC_COMMON_H_ #define INCLUDE_CPPGC_COMMON_H_ // TODO(chromium:1056170): Remove dependency on v8. #include "v8config.h" // NOLINT(build/include_directory) namespace cppgc { /** * Indicator for the stack state of the embedder. */ enum class EmbedderStackState { /** * Stack may contain interesting heap pointers. */ kMayContainHeapPointers, /** * Stack does not contain any interesting heap pointers. */ kNoHeapPointers, }; } // namespace cppgc #endif // INCLUDE_CPPGC_COMMON_H_
Submit
Back
Folder Name
Submit
File Name
File Content
Submit
Name
Type
Size
Permission
Last Modified
Actions
.
dir
-
0755
2023-09-12 01:44:17
..
dir
-
0755
2023-09-12 01:44:17
common.h
text/x-c++
695 B
0644
2023-08-15 10:55:54