Home
last modified time | relevance | path

Searched refs:EvalErrorConstructor (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.h76 static JSTaggedValue EvalErrorConstructor(EcmaRuntimeCallInfo *argv);
Dbuiltins_errors.cpp116 JSTaggedValue BuiltinsEvalError::EvalErrorConstructor(EcmaRuntimeCallInfo *argv) in EvalErrorConstructor() function in panda::ecmascript::builtins::BuiltinsEvalError
118 BUILTINS_API_TRACE(argv->GetThread(), Error, EvalErrorConstructor); in EvalErrorConstructor()
Dbuiltins.cpp1200 …GeneralUpdateError(&errorParameter, EvalError::EvalErrorConstructor, EvalError::ToString, "EvalErr… in InitializeError()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_errors_test.cpp881 JSTaggedValue result = EvalError::EvalErrorConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
916 JSTaggedValue result = EvalError::EvalErrorConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h385 V(Error, EvalErrorConstructor) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp226 reinterpret_cast<uintptr_t>(EvalError::EvalErrorConstructor),