Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
Derror_helper_test.cpp184 …JSHandle<JSTaggedValue> errorResult(thread, ErrorHelper::ErrorCommonConstructor(argv1, ErrorType::… in HWTEST_F_L0() local
360 …JSHandle<JSTaggedValue> errorResult(thread, ErrorHelper::ErrorCommonConstructor(argv1, ErrorType::… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_number_format.cpp736 JSHandle<JSTaggedValue> errorResult(thread, JSTaggedValue::Exception()); in FormatNumeric() local
741 JSHandle<JSTaggedValue> errorResult(thread, JSTaggedValue::Exception()); in FormatNumeric() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp769 … JSHandle<CompletionRecord> errorResult = JSHandle<CompletionRecord>::Cast(errorCompletion); in PerformPromiseAny() local