Home
last modified time | relevance | path

Searched refs:CloneWithAddProto (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass.cpp435 JSHandle<JSHClass> JSHClass::CloneWithAddProto(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in CloneWithAddProto() function in panda::ecmascript::JSHClass
461 return CloneWithAddProto(thread, jshclass, key, proto); in TransProtoWithoutLayout()
H A Djs_hclass.h467 static JSHandle<JSHClass> CloneWithAddProto(const JSThread *thread, const JSHandle<JSHClass> &jshclass,
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3690 return JSHClass::CloneWithAddProto(thread, jshclass, key, proto).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS()

Completed in 23 milliseconds