Home
last modified time | relevance | path

Searched refs:ReferenceError (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/errorcause/
Derrorcause.js26 ReferenceError,
Dexpect_output.txt17 ReferenceError test success !!!
/arkcompiler/ets_runtime/test/moduletest/trycatch/
Dexpect_output.txt17 ReferenceError
/arkcompiler/ets_runtime/test/aottest/exception_case10/
Dexpect_output.txt14 ReferenceError: a is not defined
/arkcompiler/ets_runtime/test/aottest/exception_case7/
Dexpect_output.txt14 ReferenceError: a is not defined
/arkcompiler/ets_runtime/test/aottest/exception_case3/
Dexpect_output.txt14 ReferenceError: d is not defined
/arkcompiler/ets_runtime/test/aottest/exception_case6/
Dexpect_output.txt14 ReferenceError: d is not defined
/arkcompiler/ets_runtime/test/aottest/exception_case2/
Dexpect_output.txt14 ReferenceError: b is not defined
/arkcompiler/ets_runtime/test/aottest/exception_case9/
Dexpect_output.txt14 ReferenceError: a is not defined
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h64 V(ReferenceError, REFERENCE_ERROR) \
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_errors_test.cpp38 using ReferenceError = builtins::BuiltinsReferenceError; typedef
393 JSTaggedValue result = ReferenceError::ReferenceErrorConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
428 JSTaggedValue result = ReferenceError::ReferenceErrorConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
461 JSTaggedValue result = ReferenceError::ToString(ecmaRuntimeCallInfo); in HWTEST_F_L0()
489 JSTaggedValue result = ReferenceError::ToString(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp133 Local<JSValueRef> exception = Exception::ReferenceError(vm, msg); in ThrowException()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts181 declare class ReferenceError extends Error {
182 constructor(message?: string): ReferenceError;
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp138 using ReferenceError = builtins::BuiltinsReferenceError; typedef
215 reinterpret_cast<uintptr_t>(ReferenceError::ReferenceErrorConstructor),
216 reinterpret_cast<uintptr_t>(ReferenceError::ToString),
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts52 ReferenceError, enumerator
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp748 HWTEST_F_L0(JSNApiTests, ReferenceError) in HWTEST_F_L0() argument
752 Local<JSValueRef> error = Exception::ReferenceError(vm_, message); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.h265 …V(JSTaggedValue, ReferenceErrorString, REFERENCE_ERROR_STRING_INDEX, ReferenceError) …
Dobject_factory.cpp138 using ReferenceError = builtins::BuiltinsReferenceError; typedef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h997 static Local<JSValueRef> ReferenceError(const EcmaVM *vm, Local<StringRef> message);
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp139 using ReferenceError = builtins::BuiltinsReferenceError; typedef
1204 …GeneralUpdateError(&errorParameter, ReferenceError::ReferenceErrorConstructor, ReferenceError::ToS… in InitializeError()
/arkcompiler/ets_frontend/test262/
DCI_tests.txt76 built-ins/NativeErrors/ReferenceError/constructor.js
77 built-ins/NativeErrors/ReferenceError/instance-proto.js
78 built-ins/NativeErrors/ReferenceError/length.js
79 built-ins/NativeErrors/ReferenceError/prototype.js
80 built-ins/NativeErrors/ReferenceError/prototype/constructor.js
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist.txt6262 built-ins/NativeErrors/ReferenceError/proto-from-ctor-realm.js