Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-collections-gen.cc113 void GotoIfNotJSReceiver(Node* const obj, Label* if_not_receiver);
460 void BaseCollectionsAssembler::GotoIfNotJSReceiver(Node* const obj, in GotoIfNotJSReceiver() function in v8::internal::BaseCollectionsAssembler
593 GotoIfNotJSReceiver(maybe_array, &if_notobject); in LoadKeyValue()
2280 GotoIfNotJSReceiver(key, &if_not_found); in TF_BUILTIN()
2345 GotoIfNotJSReceiver(key, &if_not_found); in TF_BUILTIN()
2439 GotoIfNotJSReceiver(key, &throw_invalid_key); in TF_BUILTIN()
2457 GotoIfNotJSReceiver(value, &throw_invalid_value); in TF_BUILTIN()