![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <memory>
#include "src/builtins/accessors.h"
#include "src/common/message-template.h"
#include "src/deoptimizer/deoptimizer.h"
#include "src/execution/arguments-inl.h"
#include "src/execution/frames-inl.h"
#include "src/execution/isolate-inl.h"
#include "src/execution/isolate.h"
#include "src/handles/handles.h"
#include "src/heap/heap-inl.h"
#include "src/interpreter/bytecode-flags-and-tokens.h"
#include "src/objects/arguments-inl.h"
#include "src/objects/fixed-array.h"
#include "src/objects/heap-object.h"
#include "src/objects/js-disposable-stack-inl.h"
#include "src/objects/js-disposable-stack.h"
#include "src/objects/objects.h"
#include "src/objects/oddball.h"
#include "src/objects/smi.h"
#include "src/objects/tagged.h"
#include "src/runtime/runtime-utils.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Functions | |
v8::internal::RUNTIME_FUNCTION (Runtime_ThrowConstAssignError) | |
v8::internal::RUNTIME_FUNCTION (Runtime_ThrowUsingAssignError) | |
v8::internal::RUNTIME_FUNCTION (Runtime_DeclareModuleExports) | |
v8::internal::RUNTIME_FUNCTION (Runtime_DeclareGlobals) | |
v8::internal::RUNTIME_FUNCTION (Runtime_InitializeDisposableStack) | |
v8::internal::RUNTIME_FUNCTION (Runtime_AddDisposableValue) | |
v8::internal::RUNTIME_FUNCTION (Runtime_AddAsyncDisposableValue) | |
v8::internal::RUNTIME_FUNCTION (Runtime_DisposeDisposableStack) | |
v8::internal::RUNTIME_FUNCTION (Runtime_HandleExceptionsInDisposeDisposableStack) | |
v8::internal::RUNTIME_FUNCTION (Runtime_DeclareEvalFunction) | |
v8::internal::RUNTIME_FUNCTION (Runtime_DeclareEvalVar) | |
v8::internal::RUNTIME_FUNCTION (Runtime_NewSloppyArguments) | |
v8::internal::RUNTIME_FUNCTION (Runtime_NewStrictArguments) | |
v8::internal::RUNTIME_FUNCTION (Runtime_NewRestParameter) | |
v8::internal::RUNTIME_FUNCTION (Runtime_NewClosure) | |
v8::internal::RUNTIME_FUNCTION (Runtime_NewClosure_Tenured) | |
v8::internal::RUNTIME_FUNCTION (Runtime_NewFunctionContext) | |
v8::internal::RUNTIME_FUNCTION (Runtime_PushWithContext) | |
v8::internal::RUNTIME_FUNCTION (Runtime_PushCatchContext) | |
v8::internal::RUNTIME_FUNCTION (Runtime_PushBlockContext) | |
v8::internal::RUNTIME_FUNCTION (Runtime_DeleteLookupSlot) | |
v8::internal::RUNTIME_FUNCTION (Runtime_LoadLookupSlot) | |
v8::internal::RUNTIME_FUNCTION (Runtime_LoadLookupSlotInsideTypeof) | |
v8::internal::RUNTIME_FUNCTION_RETURN_PAIR (Runtime_LoadLookupSlotForCall) | |
v8::internal::RUNTIME_FUNCTION (Runtime_LoadLookupSlotForCall_Baseline) | |
v8::internal::RUNTIME_FUNCTION (Runtime_StoreLookupSlot_Sloppy) | |
v8::internal::RUNTIME_FUNCTION (Runtime_StoreLookupSlot_Strict) | |
v8::internal::RUNTIME_FUNCTION (Runtime_StoreLookupSlot_SloppyHoisting) | |
v8::internal::RUNTIME_FUNCTION (Runtime_StoreGlobalNoHoleCheckForReplLetOrConst) | |
|
private |
Definition at line 630 of file runtime-scopes.cc.
|
private |
Definition at line 641 of file runtime-scopes.cc.