Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2673 Label handerInfoIsJSArray(env); in ICStoreElement() local
2723 BRANCH(HandlerBaseIsJSArray(handlerInfo), &handerInfoIsJSArray, &handerInfoNotJSArray); in ICStoreElement()
2724 Bind(&handerInfoIsJSArray); in ICStoreElement()