Home
last modified time | relevance | path

Searched refs:EvalError (Results 1 – 10 of 10) sorted by relevance

/ark/js_runtime/ecmascript/napi/
Djsnapi_helper.h59 V(EvalError, EVAL_ERROR)
/ark/js_runtime/ecmascript/builtins/tests/
Dbuiltins_errors_test.cpp42 using EvalError = builtins::BuiltinsEvalError; typedef
956 JSTaggedValue result = EvalError::EvalErrorConstructor(ecmaRuntimeCallInfo.get()); in HWTEST_F_L0()
995 JSTaggedValue result = EvalError::EvalErrorConstructor(ecmaRuntimeCallInfo.get()); in HWTEST_F_L0()
1032 JSTaggedValue result = EvalError::ToString(ecmaRuntimeCallInfo.get()); in HWTEST_F_L0()
1064 JSTaggedValue result = EvalError::ToString(ecmaRuntimeCallInfo.get()); in HWTEST_F_L0()
/ark/js_runtime/ecmascript/tooling/agent/
Ddebugger_impl.cpp545 Exception::EvalError(vm_, StringRef::NewFromUtf8(vm_, msg.data()))); in EvaluateOnCallFrame()
1043 Exception::EvalError(vm_, StringRef::NewFromUtf8(vm_, "Native Frame not support."))); in CmptEvaluateValue()
1049 Exception::EvalError(vm_, StringRef::NewFromUtf8(vm_, "Internal error."))); in CmptEvaluateValue()
1085 Exception::EvalError(vm_, StringRef::NewFromUtf8(vm_, "Unsupported expression."))); in CmptEvaluateValue()
Druntime_impl.cpp152 auto error = Exception::EvalError(vm_, StringRef::NewFromUtf8(vm_, "Unsupport eval now")); in CallFunctionOn()
/ark/js_runtime/ecmascript/snapshot/mem/
Dsnapshot_serialize.cpp95 using EvalError = builtins::BuiltinsEvalError; typedef
155 reinterpret_cast<uintptr_t>(EvalError::EvalErrorConstructor),
156 reinterpret_cast<uintptr_t>(EvalError::ToString),
/ark/js_runtime/ecmascript/
Dglobal_env_constants.h166 …V(JSTaggedValue, EvalErrorString, EVAL_ERROR_STRING_INDEX, EvalError) …
Dbuiltins.cpp113 using EvalError = builtins::BuiltinsEvalError; typedef
1018 …GeneralUpdateError(&errorParameter, EvalError::EvalErrorConstructor, EvalError::ToString, "EvalErr… in InitializeError()
Dobject_factory.cpp95 using EvalError = builtins::BuiltinsEvalError; typedef
/ark/js_runtime/ecmascript/napi/include/
Djsnapi.h723 static Local<JSValueRef> EvalError(const EcmaVM *vm, Local<StringRef> message);
/ark/ts2abc/test262/
DCI_tests.txt67 built-ins/NativeErrors/EvalError/constructor.js
68 built-ins/NativeErrors/EvalError/instance-proto.js
69 built-ins/NativeErrors/EvalError/name.js
70 built-ins/NativeErrors/EvalError/prototype/constructor.js