Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-object-gen.cc1307 Label call_runtime(this, Label::kDeferred), prototype_valid(this), in TF_BUILTIN() local
1311 GotoIf(IsNull(prototype), &prototype_valid); in TF_BUILTIN()
1312 BranchIfJSReceiver(prototype, &prototype_valid, &call_runtime); in TF_BUILTIN()
1315 BIND(&prototype_valid); in TF_BUILTIN()