Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc1103 Label null_proto(this), non_null_proto(this), instantiate_map(this); in TF_BUILTIN() local
1105 Branch(IsNull(prototype), &null_proto, &non_null_proto); in TF_BUILTIN()
1120 BIND(&non_null_proto); in TF_BUILTIN()