Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
Derror_helper_test.cpp81 …JSHandle<JSTaggedValue> typeError(thread, ErrorHelper::ErrorCommonToString(argv, ErrorType::TYPE_E… in HWTEST_F_L0() local
167 JSHandle<JSFunction> typeError(env->GetTypeErrorFunction()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_map.cpp288 …JSHandle<JSObject> typeError = factory->GetJSError(ErrorType::TYPE_ERROR, "nextItem is not Object"… in AddEntriesFromIterable() local
/arkcompiler/ets_runtime/ecmascript/
Djs_list_format.cpp240 …JSHandle<JSObject> typeError = factory->GetJSError(ErrorType::TYPE_ERROR, "nextValue is not string… in StringListFromIterable() local