Searched refs:NoticeThroughChain (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_hclass.cpp | 935 JSHClass::NoticeThroughChain(thread, oldHclass, addedKey); in NotifyHclassChanged() 1070 void JSHClass::NoticeThroughChain(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in NoticeThroughChain() function in panda::ecmascript::JSHClass 1087 NoticeThroughChain(thread, JSHandle<JSHClass>(thread, listeners->Get(i).GetTaggedObject()), addedKey); in NoticeThroughChain()
|
H A D | js_hclass.h | 515 static void NoticeThroughChain(const JSThread *thread, const JSHandle<JSHClass> &jshclass,
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_object_test.cpp | 1082 HWTEST_F_L0(JSObjectTest, NoticeThroughChain) in HWTEST_F_L0() 1129 JSHClass::NoticeThroughChain(thread, obj2Class); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 774 JSHClass::NoticeThroughChain(thread, oldHClassHandle); in DEF_RUNTIME_STUBS()
|
Completed in 18 milliseconds