Home
last modified time | relevance | path

Searched refs:SetErrorWithRealm (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.h144 void SetErrorWithRealm(const JSHandle<GlobalEnv> &realm, const JSType &errorTag) const;
Dbuiltins.cpp1111 SetErrorWithRealm(realm, JSType::JS_RANGE_ERROR); in InitializeAllTypeErrorWithRealm()
1112 SetErrorWithRealm(realm, JSType::JS_REFERENCE_ERROR); in InitializeAllTypeErrorWithRealm()
1113 SetErrorWithRealm(realm, JSType::JS_TYPE_ERROR); in InitializeAllTypeErrorWithRealm()
1114 SetErrorWithRealm(realm, JSType::JS_AGGREGATE_ERROR); in InitializeAllTypeErrorWithRealm()
1115 SetErrorWithRealm(realm, JSType::JS_URI_ERROR); in InitializeAllTypeErrorWithRealm()
1116 SetErrorWithRealm(realm, JSType::JS_SYNTAX_ERROR); in InitializeAllTypeErrorWithRealm()
1117 SetErrorWithRealm(realm, JSType::JS_EVAL_ERROR); in InitializeAllTypeErrorWithRealm()
1118 SetErrorWithRealm(realm, JSType::JS_OOM_ERROR); in InitializeAllTypeErrorWithRealm()
1121 void Builtins::SetErrorWithRealm(const JSHandle<GlobalEnv> &realm, const JSType &errorTag) const in SetErrorWithRealm() function in panda::ecmascript::Builtins