Searched refs:CloneWithAddProto (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_hclass.cpp | 435 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 D | js_hclass.h | 467 static JSHandle<JSHClass> CloneWithAddProto(const JSThread *thread, const JSHandle<JSHClass> &jshclass,
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 3690 return JSHClass::CloneWithAddProto(thread, jshclass, key, proto).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS()
|
Completed in 23 milliseconds