Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_second_test.cpp137 JSHandle<JSTaggedValue> handleName(factory->NewFromASCII("name")); in HWTEST_F_L0() local
150 JSHandle<JSTaggedValue> handleName(thread, JSTaggedValue(2)); in HWTEST_F_L0() local
Dobject_operator_first_test.cpp343 JSHandle<JSTaggedValue> handleName(factory->NewFromASCII("123")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp38 JSHandle<JSTaggedValue> handleName = globalConst->GetHandledNameString(); in ErrorCommonToString() local