Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1844 Label handlerIsPropertyBox(env); in StoreICWithHandler() local
1906 … Branch(TaggedIsPropertyBox(*handler), &handlerIsPropertyBox, &handlerNotPropertyBox); in StoreICWithHandler()
1907 Bind(&handlerIsPropertyBox); in StoreICWithHandler()