Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp187 Label handlerInfoIsStringElement(env); in LoadICByValue() local
210 … Branch(IsStringElement(handlerInfo), &handlerInfoIsStringElement, &handlerInfoNotStringElement); in LoadICByValue()
211 Bind(&handlerInfoIsStringElement); in LoadICByValue()