Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1732 Label handlerInfoIsString(env); in LoadICWithHandler() local
1775 Branch(IsStringElement(handlerInfo), &handlerInfoIsString, &handlerInfoNotString); in LoadICWithHandler()
1776 Bind(&handlerInfoIsString); in LoadICWithHandler()