Home
last modified time | relevance | path

Searched defs:handlerValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp33 JSHandle<JSTaggedValue> &handlerValue) in GetHandler()
106 JSHandle<JSTaggedValue> handlerValue; in UpdateLoadHandler() local
151 JSHandle<JSTaggedValue> handlerValue = LoadHandler::LoadStringElement(thread_); in UpdateLoadStringHandler() local
161 JSHandle<JSTaggedValue> handlerValue = in UpdateTypedArrayHandler() local
170 JSHandle<JSTaggedValue> handlerValue; in UpdateStoreHandler() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp200 JSHandle<JSTaggedValue> handlerValue = TransitionHandler::StoreTransition(thread, handleOp); in HWTEST_F_L0() local
270 …JSHandle<JSTaggedValue> handlerValue = PrototypeHandler::StorePrototype(thread, handleOp, objClass… in HWTEST_F_L0() local
Dic_runtime_stub_test.cpp246 JSHandle<JSTaggedValue> handlerValue = PrototypeHandler::LoadPrototype(thread, op, hclass); in HWTEST_F_L0() local
525 JSHandle<PropertyBox> handlerValue = factory->NewPropertyBox(handleUndefinedVal); in HWTEST_F_L0() local