Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-proxy-gen.cc348 trap_undefined(this), not_an_object(this, Label::kDeferred); in TF_BUILTIN() local
379 GotoIf(TaggedIsSmi(new_obj), &not_an_object); in TF_BUILTIN()
380 GotoIfNot(IsJSReceiver(new_obj), &not_an_object); in TF_BUILTIN()
385 BIND(&not_an_object); in TF_BUILTIN()