Searched refs:LoadLookupSlot (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-scopes.cc | 664 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 D | runtime.h | 424 F(LoadLookupSlot, 1, 1) \
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-builder.h | 218 BytecodeArrayBuilder& LoadLookupSlot(const AstRawString* name,
|
H A D | bytecode-array-builder.cc | 776 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLookupSlot( in LoadLookupSlot() function in v8::internal::interpreter::BytecodeArrayBuilder
|
H A D | bytecode-generator.cc | 3611 builder()->LoadLookupSlot(variable->raw_name(), typeof_mode); in BuildVariableLoad()
|
Completed in 17 milliseconds