Home
last modified time | relevance | path

Searched refs:TypeErrorConstructor (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_errors.h50 static JSTaggedValue TypeErrorConstructor(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_errors.cpp62 JSTaggedValue BuiltinsTypeError::TypeErrorConstructor(EcmaRuntimeCallInfo *argv) in TypeErrorConstructor() function in panda::ecmascript::builtins::BuiltinsTypeError
64 BUILTINS_API_TRACE(argv->GetThread(), Error, TypeErrorConstructor); in TypeErrorConstructor()
H A Dbuiltins.cpp1237 GeneralUpdateError(&errorParameter, TypeError::TypeErrorConstructor, TypeError::ToString, "TypeError", in InitializeError()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_errors_test.cpp489 JSTaggedValue result = TypeError::TypeErrorConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
524 JSTaggedValue result = TypeError::TypeErrorConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h456 V(Error, TypeErrorConstructor) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp191 reinterpret_cast<uintptr_t>(TypeError::TypeErrorConstructor),

Completed in 15 milliseconds