Home
last modified time | relevance | path

Searched refs:LoadLookupSlot (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime-scopes.cc664 MaybeHandle<Object> LoadLookupSlot(Isolate* isolate, Handle<String> name, in LoadLookupSlot() function
736 LoadLookupSlot(isolate, name, kThrowOnError)); in RUNTIME_FUNCTION()
744 RETURN_RESULT_OR_FAILURE(isolate, LoadLookupSlot(isolate, name, kDontThrow)); in RUNTIME_FUNCTION()
755 isolate, value, LoadLookupSlot(isolate, name, kThrowOnError, &receiver), in RUNTIME_FUNCTION_RETURN_PAIR()
H A Druntime.h424 F(LoadLookupSlot, 1, 1) \
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.h218 BytecodeArrayBuilder& LoadLookupSlot(const AstRawString* name,
H A Dbytecode-array-builder.cc776 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLookupSlot( in LoadLookupSlot() function in v8::internal::interpreter::BytecodeArrayBuilder
H A Dbytecode-generator.cc3611 builder()->LoadLookupSlot(variable->raw_name(), typeof_mode); in BuildVariableLoad()

Completed in 17 milliseconds