v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
runtime-scopes.cc File Reference
Include dependency graph for runtime-scopes.cc:

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)
 

Variable Documentation

◆ array_

base::Vector<const DirectHandle<Object> > array_
private

Definition at line 630 of file runtime-scopes.cc.

◆ parameters_

Address parameters_
private

Definition at line 641 of file runtime-scopes.cc.