Searched refs:excluded_property_count (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-internal-gen.cc | 780 base::Optional<TNode<IntPtrT>> excluded_property_count = base::nullopt, in SetOrCopyDataProperties() 826 if (excluded_property_count.has_value()) { in SetOrCopyDataProperties() 828 IntPtrConstant(0), excluded_property_count.value(), in SetOrCopyDataProperties() 875 auto excluded_property_count = in TF_BUILTIN() local 887 excluded_property_count, excluded_properties, in TF_BUILTIN() 898 context, source, SmiTag(excluded_property_count), in TF_BUILTIN() 910 auto excluded_property_count = SmiToIntPtr(excluded_property_count_smi); in TF_BUILTIN() local 911 CodeStubArguments arguments(this, excluded_property_count); in TF_BUILTIN() 915 IntPtrSub(excluded_property_count, IntPtrConstant(2)))); in TF_BUILTIN() 919 source, excluded_property_count, excluded_propertie in TF_BUILTIN() [all...] |
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-intrinsics-generator.cc | 150 TNode<IntPtrT> excluded_property_count = __ IntPtrSub( in CopyDataPropertiesWithExcludedPropertiesOnStack() local 154 excluded_property_count, base); in CopyDataPropertiesWithExcludedPropertiesOnStack()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-object.cc | 1335 int excluded_property_count = args.smi_value_at(1); in RUNTIME_FUNCTION() local 1343 excluded_property_count); in RUNTIME_FUNCTION() 1352 excluded_property_count); in RUNTIME_FUNCTION() 1353 for (int i = 0; i < excluded_property_count; i++) { in RUNTIME_FUNCTION()
|
Completed in 9 milliseconds