Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-object.cc318 Label call_runtime(this, Label::kDeferred), prototype_valid(this), in TF_BUILTIN() local
322 GotoIf(WordEqual(prototype, NullConstant()), &prototype_valid); in TF_BUILTIN()
323 BranchIfJSReceiver(prototype, &prototype_valid, &call_runtime); in TF_BUILTIN()
326 Bind(&prototype_valid); in TF_BUILTIN()