Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-internal-gen.cc877 auto excluded_properties = in TF_BUILTIN() local
887 excluded_property_count, excluded_properties, in TF_BUILTIN()
894 CSA_DCHECK(this, IntPtrEqual(WordAnd(excluded_properties, in TF_BUILTIN()
899 BitcastWordToTaggedSigned(excluded_properties)); in TF_BUILTIN()
913 TNode<IntPtrT> excluded_properties = in TF_BUILTIN() local
919 source, excluded_property_count, excluded_properties)); in TF_BUILTIN()
/third_party/node/deps/v8/src/objects/
Djs-objects.cc261 const base::ScopedVector<Handle<Object>>* excluded_properties, in HasExcludedProperty() argument
264 for (int i = 0; i < excluded_properties->length(); i++) { in HasExcludedProperty()
265 if (search_element->SameValue(*excluded_properties->at(i))) { in HasExcludedProperty()
276 const base::ScopedVector<Handle<Object>>* excluded_properties, in FastAssign() argument
384 if (excluded_properties != nullptr && in FastAssign()
385 HasExcludedProperty(excluded_properties, next_key)) { in FastAssign()
417 const base::ScopedVector<Handle<Object>>* excluded_properties, in SetOrCopyDataProperties() argument
420 FastAssign(target, source, mode, excluded_properties, use_set); in SetOrCopyDataProperties()
462 if (excluded_properties != nullptr && in SetOrCopyDataProperties()
463 HasExcludedProperty(excluded_properties, next_key)) { in SetOrCopyDataProperties()
Djs-objects.h116 const base::ScopedVector<Handle<Object>>* excluded_properties = nullptr,
/third_party/node/deps/v8/src/runtime/
Druntime-object.cc1351 base::ScopedVector<Handle<Object>> excluded_properties( in RUNTIME_FUNCTION() local
1367 excluded_properties[i] = property; in RUNTIME_FUNCTION()
1375 &excluded_properties, false), in RUNTIME_FUNCTION()