![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/objects/script.h"
#include "src/objects/managed.h"
#include "src/objects/objects.h"
#include "src/objects/shared-function-info.h"
#include "src/objects/smi-inl.h"
#include "src/objects/string-inl.h"
#include "src/objects/object-macros.h"
#include "torque-generated/src/objects/script-tq-inl.inc"
#include "src/objects/object-macros-undef.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | CHECK_SCRIPT_NOT_WASM true |
Functions | |
v8::internal::ACCESSORS_CHECKED (Script, eval_from_shared_or_wrapped_arguments, Tagged< Object >, kEvalFromSharedOrWrappedArgumentsOffset, CHECK_SCRIPT_NOT_WASM) SMI_ACCESSORS_CHECKED(Script | |
CHECK_SCRIPT_NOT_WASM | v8::internal::ACCESSORS (Script, compiled_lazy_function_positions, Tagged< Object >, kCompiledLazyFunctionPositionsOffset) bool Script |
v8::internal::DEF_GETTER (Script, infos, Tagged< WeakFixedArray >) | |
Variables | |
v8::internal::eval_from_position | |
v8::internal::kEvalFromPositionOffset | |
#define CHECK_SCRIPT_NOT_WASM true |
Definition at line 39 of file script-inl.h.