Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2851 Label handlerNotPropertyBox(env); in StoreICWithHandler() local
2930 … BRANCH(TaggedIsPropertyBox(*handler), &handlerIsPropertyBox, &handlerNotPropertyBox); in StoreICWithHandler()
2955 Bind(&handlerNotPropertyBox); in StoreICWithHandler()