Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc1068 Label call_runtime(this, Label::kDeferred), prototype_valid(this), in TF_BUILTIN()
1073 GotoIf(IsNull(prototype), &prototype_valid); in TF_BUILTIN() local
1074 BranchIfJSReceiver(prototype, &prototype_valid, &call_runtime); in TF_BUILTIN()
1077 BIND(&prototype_valid); in TF_BUILTIN()

Completed in 3 milliseconds