Searched refs:SetErrorWithRealm (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 1141 SetErrorWithRealm(realm, JSType::JS_RANGE_ERROR); in InitializeAllTypeErrorWithRealm() 1142 SetErrorWithRealm(realm, JSType::JS_REFERENCE_ERROR); in InitializeAllTypeErrorWithRealm() 1143 SetErrorWithRealm(realm, JSType::JS_TYPE_ERROR); in InitializeAllTypeErrorWithRealm() 1144 SetErrorWithRealm(realm, JSType::JS_AGGREGATE_ERROR); in InitializeAllTypeErrorWithRealm() 1145 SetErrorWithRealm(realm, JSType::JS_URI_ERROR); in InitializeAllTypeErrorWithRealm() 1146 SetErrorWithRealm(realm, JSType::JS_SYNTAX_ERROR); in InitializeAllTypeErrorWithRealm() 1147 SetErrorWithRealm(realm, JSType::JS_EVAL_ERROR); in InitializeAllTypeErrorWithRealm() 1148 SetErrorWithRealm(realm, JSType::JS_OOM_ERROR); in InitializeAllTypeErrorWithRealm() 1149 SetErrorWithRealm(realm, JSType::JS_TERMINATION_ERROR); in InitializeAllTypeErrorWithRealm() 1152 void Builtins::SetErrorWithRealm(const JSHandle<GlobalEnv> &realm, const JSType &errorTag) const in SetErrorWithRealm() function in panda::ecmascript::Builtins
|
| D | builtins.h | 144 void SetErrorWithRealm(const JSHandle<GlobalEnv> &realm, const JSType &errorTag) const;
|