Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp522 auto newProperties = CloneProperties(properties); in CloneObjectLiteral() local
523 cloneObject->SetProperties(thread_, newProperties.GetTaggedValue()); in CloneObjectLiteral()
578 auto newProperties = CopyArray(properties, propertiesLength, propertiesLength, JSTaggedValue::Hole(), type); in CloneArrayLiteral() local
579 cloneObject->SetProperties(thread_, newProperties.GetTaggedValue()); in CloneArrayLiteral()
641 auto newProperties = CloneProperties(properties, env, cloneObject); in CloneObjectLiteral() local
642 cloneObject->SetProperties(thread_, newProperties.GetTaggedValue()); in CloneObjectLiteral()
776 auto newProperties = CloneProperties(properties, lexenv, JSHandle<JSObject>(cloneCtor)); in CloneClassCtor() local
777 cloneCtor->SetProperties(thread_, newProperties.GetTaggedValue()); in CloneClassCtor()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp289 GateRef newProperties = CloneProperties(glue, currentEnv, properties, result); in CloneObjectLiteral() local
290 SetPropertiesArray(VariableType::JS_ANY(), glue, result, newProperties); in CloneObjectLiteral() local
1377 auto newProperties = Load(VariableType::JS_POINTER(), obj, propertiesOffset); in NewJSArrayLiteral() local
1378 Store(VariableType::JS_POINTER(), glue_, result->ReadVariable(), propertiesOffset, newProperties); in NewJSArrayLiteral() local

Completed in 19 milliseconds