Searched refs:EvalError (Results 1 – 10 of 10) sorted by relevance
/ark/js_runtime/ecmascript/napi/ |
D | jsnapi_helper.h | 59 V(EvalError, EVAL_ERROR)
|
/ark/js_runtime/ecmascript/builtins/tests/ |
D | builtins_errors_test.cpp | 42 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/ |
D | debugger_impl.cpp | 545 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()
|
D | runtime_impl.cpp | 152 auto error = Exception::EvalError(vm_, StringRef::NewFromUtf8(vm_, "Unsupport eval now")); in CallFunctionOn()
|
/ark/js_runtime/ecmascript/snapshot/mem/ |
D | snapshot_serialize.cpp | 95 using EvalError = builtins::BuiltinsEvalError; typedef 155 reinterpret_cast<uintptr_t>(EvalError::EvalErrorConstructor), 156 reinterpret_cast<uintptr_t>(EvalError::ToString),
|
/ark/js_runtime/ecmascript/ |
D | global_env_constants.h | 166 …V(JSTaggedValue, EvalErrorString, EVAL_ERROR_STRING_INDEX, EvalError) …
|
D | builtins.cpp | 113 using EvalError = builtins::BuiltinsEvalError; typedef 1018 …GeneralUpdateError(&errorParameter, EvalError::EvalErrorConstructor, EvalError::ToString, "EvalErr… in InitializeError()
|
D | object_factory.cpp | 95 using EvalError = builtins::BuiltinsEvalError; typedef
|
/ark/js_runtime/ecmascript/napi/include/ |
D | jsnapi.h | 723 static Local<JSValueRef> EvalError(const EcmaVM *vm, Local<StringRef> message);
|
/ark/ts2abc/test262/ |
D | CI_tests.txt | 67 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
|