Searched refs:typeError (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | error_helper_test.cpp | 57 JSHandle<JSTaggedValue> typeError(thread, ErrorHelper::ErrorCommonToString(argv, ErrorType::TYPE_ERROR)); in HWTEST_F_L0() 67 EcmaStringAccessor typeErrorStrAcc(JSHandle<EcmaString>::Cast(typeError)); in HWTEST_F_L0() 152 JSHandle<JSFunction> typeError(env->GetTypeErrorFunction()); in HWTEST_F_L0() 183 EcmaRuntimeCallInfo *argv3 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*typeError), 6); in HWTEST_F_L0() 184 argv3->SetFunction(typeError.GetTaggedValue()); in HWTEST_F_L0() 185 argv3->SetThis(JSTaggedValue(*typeError)); in HWTEST_F_L0() 322 JSHandle<JSFunction> typeError(env->GetTypeErrorFunction()); in HWTEST_F_L0() 348 TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*typeError), 8); // 8 means 2 call args in HWTEST_F_L0() 349 argv2->SetFunction(typeError.GetTaggedValue()); in HWTEST_F_L0() 350 argv2->SetThis(JSTaggedValue(*typeError)); in HWTEST_F_L0() [all...] |
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_map.cpp | 293 JSHandle<JSObject> typeError = factory->GetJSError(ErrorType::TYPE_ERROR, in AddEntriesFromIterable() local 296 factory->NewCompletionRecord(CompletionRecordType::THROW, JSHandle<JSTaggedValue>(typeError))); in AddEntriesFromIterable() 299 THROW_NEW_ERROR_AND_RETURN_VALUE(thread, typeError.GetTaggedValue(), ret); in AddEntriesFromIterable()
|
H A D | builtins_shared_map.cpp | 288 JSHandle<JSObject> typeError = factory->GetJSError(ErrorType::TYPE_ERROR, in AddEntriesFromIterable() local 291 factory->NewCompletionRecord(CompletionRecordType::THROW, JSHandle<JSTaggedValue>(typeError))); in AddEntriesFromIterable() 294 THROW_NEW_ERROR_AND_RETURN_VALUE(thread, typeError.GetTaggedValue(), ret); in AddEntriesFromIterable()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_list_format.cpp | 240 JSHandle<JSObject> typeError = in StringListFromIterable() local 243 factory->NewCompletionRecord(CompletionRecordType::THROW, JSHandle<JSTaggedValue>(typeError))); in StringListFromIterable()
|
Completed in 6 milliseconds