Searched refs:if_function (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-object-gen.cc | 755 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 D | interpreter-assembler.cc | 904 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 D | interpreter-generator.cc | 1843 BIND(&if_function); in IGNITION_HANDLER()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 9791 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