Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A 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
H A 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
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime.cpp35 JSHandle<JSTaggedValue> handlerValue; in UpdateLoadHandler() local
79 icAccessor_.AddHandlerWithoutKey(JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); in UpdateLoadHandler() local
85 icAccessor_.AddElementHandler(JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); in UpdateLoadHandler() local
96 JSHandle<JSTaggedValue> handlerValue in UpdateLoadStringHandler() local
98 icAccessor_.AddElementHandler(JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); UpdateLoadStringHandler() local
106 JSHandle<JSTaggedValue> handlerValue = UpdateTypedArrayHandler() local
109 icAccessor_.AddElementHandler(JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); UpdateTypedArrayHandler() local
121 JSHandle<JSTaggedValue> handlerValue; UpdateStoreHandler() local
[all...]

Completed in 3 milliseconds