Searched refs:BranchIfJSReceiver (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-object-gen.cc | 1241 BranchIfJSReceiver(prototype, &prototype_jsreceiver, &call_runtime); in TF_BUILTIN() 1312 BranchIfJSReceiver(prototype, &prototype_valid, &call_runtime); in TF_BUILTIN()
|
/external/v8/src/ |
D | code-stub-assembler.h | 754 void BranchIfJSReceiver(Node* object, Label* if_true, Label* if_false);
|
D | code-stub-assembler.cc | 1041 void CodeStubAssembler::BranchIfJSReceiver(Node* object, Label* if_true, in BranchIfJSReceiver() function in v8::internal::CodeStubAssembler 7189 BranchIfJSReceiver(input, &if_isreceiver, &if_isnotreceiver); in JSReceiverToPrimitive() 7220 BranchIfJSReceiver(input, &if_isreceiver, &if_isnotreceiver); in ToObject_Inline()
|