Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc1069 no_properties(this); in TF_BUILTIN()
1083 GotoIf(IsUndefined(properties), &no_properties); in TF_BUILTIN() local
1095 &call_runtime, &no_properties); in TF_BUILTIN() local
1099 BIND(&no_properties); in TF_BUILTIN()
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc1951 int no_properties = raw_map.NumberOfOwnDescriptors(); in DeserializeObjects() local
1955 factory()->NewPropertyArray(no_properties); in DeserializeObjects()
1956 for (int i = 0; i < no_properties; ++i) { in DeserializeObjects()

Completed in 7 milliseconds