Home
last modified time | relevance | path

Searched defs:CheckHole (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dproto_change_details.cpp66 uint32_t ChangeListener::CheckHole(const JSThread *thread, const JSHandle<ChangeListener> &array) in CheckHole() function in panda::ecmascript::ChangeListener
/arkcompiler/ets_runtime/ecmascript/
Dweak_vector.cpp136 uint32_t WeakVector::CheckHole(const JSThread *thread, const JSHandle<WeakVector> &vec) in CheckHole() function in panda::ecmascript::WeakVector
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dproto_change_details_test.cpp230 HWTEST_F_L0(ProtoChangeDetailsTest, CheckHole) in HWTEST_F_L0() argument