Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.h68 static JSTaggedValue SyntaxErrorConstructor(EcmaRuntimeCallInfo *argv);
Dbuiltins_errors.cpp103 JSTaggedValue BuiltinsSyntaxError::SyntaxErrorConstructor(EcmaRuntimeCallInfo *argv) in SyntaxErrorConstructor() function in panda::ecmascript::builtins::BuiltinsSyntaxError
105 BUILTINS_API_TRACE(argv->GetThread(), Error, SyntaxErrorConstructor); in SyntaxErrorConstructor()
Dbuiltins.cpp1220 … GeneralUpdateError(&errorParameter, SyntaxError::SyntaxErrorConstructor, SyntaxError::ToString, in InitializeError()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_errors_test.cpp758 JSTaggedValue result = SyntaxError::SyntaxErrorConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
793 JSTaggedValue result = SyntaxError::SyntaxErrorConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h383 V(Error, SyntaxErrorConstructor) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp224 reinterpret_cast<uintptr_t>(SyntaxError::SyntaxErrorConstructor),