Home
last modified time | relevance | path

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

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

Completed in 26 milliseconds