Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc904 Label if_boundfunction(this), if_function(this); in ConstructWithSpread() local
909 Branch(IsJSFunctionInstanceType(current_instance_type), &if_function, in ConstructWithSpread()
912 BIND(&if_function); in ConstructWithSpread()
Dinterpreter-generator.cc1843 BIND(&if_function); in IGNITION_HANDLER()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc755 if_boolean(this), if_date(this), if_error(this), if_function(this), in TF_BUILTIN() local
775 GotoIf(IsFunctionInstanceType(receiver_instance_type), &if_function); in TF_BUILTIN()
837 BIND(&if_function); in TF_BUILTIN()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc9791 Label if_array(this), if_function(this), if_wrapper(this); in CallGetterIfAccessor() local
9797 GotoIf(IsJSFunctionInstanceType(holder_instance_type), &if_function); in CallGetterIfAccessor()
9814 BIND(&if_function); in CallGetterIfAccessor()