Home
last modified time | relevance | path

Searched refs:handerInfoIsJSArray (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1692 Label handerInfoIsJSArray(env); in ICStoreElement() local
1732 Branch(HandlerBaseIsJSArray(handlerInfo), &handerInfoIsJSArray, &handerInfoNotJSArray); in ICStoreElement()
1733 Bind(&handerInfoIsJSArray); in ICStoreElement()