Searched refs:EvalErrorConstructor (Results 1 – 6 of 6) sorted by relevance
76 static JSTaggedValue EvalErrorConstructor(EcmaRuntimeCallInfo *argv);
116 JSTaggedValue BuiltinsEvalError::EvalErrorConstructor(EcmaRuntimeCallInfo *argv) in EvalErrorConstructor() function in panda::ecmascript::builtins::BuiltinsEvalError118 BUILTINS_API_TRACE(argv->GetThread(), Error, EvalErrorConstructor); in EvalErrorConstructor()
1200 …GeneralUpdateError(&errorParameter, EvalError::EvalErrorConstructor, EvalError::ToString, "EvalErr… in InitializeError()
881 JSTaggedValue result = EvalError::EvalErrorConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()916 JSTaggedValue result = EvalError::EvalErrorConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
385 V(Error, EvalErrorConstructor) \
226 reinterpret_cast<uintptr_t>(EvalError::EvalErrorConstructor),