Home
last modified time | relevance | path

Searched refs:LoadJSFunctionPrototype (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-handler-gen.cc343 Return(LoadJSFunctionPrototype(receiver, &miss)); in TF_BUILTIN()
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc3237 Return(LoadJSFunctionPrototype(CAST(lookup_start_object), &miss)); in LoadIC_NoFeedback()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h1659 TNode<HeapObject> LoadJSFunctionPrototype(TNode<JSFunction> function,
Dcode-stub-assembler.cc2938 TNode<HeapObject> CodeStubAssembler::LoadJSFunctionPrototype( in LoadJSFunctionPrototype() function in v8::internal::CodeStubAssembler
9823 var_value = LoadJSFunctionPrototype(function, if_bailout); in CallGetterIfAccessor()