Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp202 Label handlerInfoNotStringElement(env); in LoadICByValue() local
224 … BRANCH(IsStringElement(handlerInfo), &handlerInfoIsStringElement, &handlerInfoNotStringElement); in LoadICByValue()
230 Bind(&handlerInfoNotStringElement); in LoadICByValue()