Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc82 Label* if_call_runtime_with_fast_path, Label* if_no_properties,
172 if_no_properties(this, Label::kDeferred); in GetOwnValuesOrEntries()
185 context, object, &if_call_runtime_with_fast_path, &if_no_properties, in GetOwnValuesOrEntries()
189 BIND(&if_no_properties); in GetOwnValuesOrEntries()
226 Label* if_call_runtime_with_fast_path, Label* if_no_properties, in FastGetOwnValuesOrEntries()
253 GotoIf(WordEqual(object_enum_length, IntPtrConstant(0)), if_no_properties); in FastGetOwnValuesOrEntries() local
344 if_no_properties); in FastGetOwnValuesOrEntries()
224 FastGetOwnValuesOrEntries( TNode<Context> context, TNode<JSObject> object, Label* if_call_runtime_with_fast_path, Label* if_no_properties, CollectType collect_type) FastGetOwnValuesOrEntries() argument

Completed in 3 milliseconds