Searched defs:newProperties (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | new_object_stub_builder.cpp | 289 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
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_factory.cpp | 522 auto newProperties = CloneProperties(properties); in CloneObjectLiteral() local 578 auto newProperties = CopyArray(properties, propertiesLength, propertiesLength, JSTaggedValue::Hole(), type); in CloneArrayLiteral() local 641 auto newProperties = CloneProperties(properties, env, cloneObject); in CloneObjectLiteral() local 776 auto newProperties = CloneProperties(properties, lexenv, JSHandle<JSObject>(cloneCtor)); in CloneClassCtor() local
|
Completed in 16 milliseconds