Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc2265 FillPropertyArrayWithUndefined(new_properties, var_length.value(), in ExtendPropertiesBackingStore()
4871 FillPropertyArrayWithUndefined(property_array, IntPtrConstant(0), length); in GenerateCloneObjectIC()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h2107 void FillPropertyArrayWithUndefined(TNode<PropertyArray> array,
Dcode-stub-assembler.cc4678 void CodeStubAssembler::FillPropertyArrayWithUndefined( in FillPropertyArrayWithUndefined() function in v8::internal::CodeStubAssembler
5229 FillPropertyArrayWithUndefined(CAST(from_array), start, property_count); in CopyPropertyArrayValues()