Searched refs:CloneProperties (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | new_object_stub_builder.h | 64 GateRef CloneProperties(GateRef glue, GateRef currentEnv, GateRef elements, GateRef obj);
|
H A D | new_object_stub_builder.cpp | 148 GateRef NewObjectStubBuilder::CloneProperties(GateRef glue, GateRef currentEnv,
in CloneProperties() function in panda::ecmascript::kungfu::NewObjectStubBuilder 285 GateRef newElements = CloneProperties(glue, currentEnv, elements, result);
in CloneObjectLiteral() 289 GateRef newProperties = CloneProperties(glue, currentEnv, properties, result);
in CloneObjectLiteral()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | object_factory.cpp | 491 JSHandle<TaggedArray> ObjectFactory::CloneProperties(const JSHandle<TaggedArray> &old) in CloneProperties() function in panda::ecmascript::ObjectFactory 518 auto newElements = CloneProperties(elements); in CloneObjectLiteral() 522 auto newProperties = CloneProperties(properties); in CloneObjectLiteral() 594 JSHandle<TaggedArray> ObjectFactory::CloneProperties(const JSHandle<TaggedArray> &old, in CloneProperties() function in panda::ecmascript::ObjectFactory 637 auto newElements = CloneProperties(elements, env, cloneObject); in CloneObjectLiteral() 641 auto newProperties = CloneProperties(properties, env, cloneObject); in CloneObjectLiteral() 772 auto newElements = CloneProperties(elements, lexenv, JSHandle<JSObject>(cloneCtor)); in CloneClassCtor() 776 auto newProperties = CloneProperties(properties, lexenv, JSHandle<JSObject>(cloneCtor)); in CloneClassCtor()
|
H A D | object_factory.h | 413 JSHandle<TaggedArray> CloneProperties(const JSHandle<TaggedArray> &old); 414 JSHandle<TaggedArray> CloneProperties(const JSHandle<TaggedArray> &old, const JSHandle<JSTaggedValue> &env,
|
Completed in 17 milliseconds