Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_errors.h42 static JSTaggedValue ReferenceErrorConstructor(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_errors.cpp49 JSTaggedValue BuiltinsReferenceError::ReferenceErrorConstructor(EcmaRuntimeCallInfo *argv) in ReferenceErrorConstructor() function in panda::ecmascript::builtins::BuiltinsReferenceError
51 BUILTINS_API_TRACE(argv->GetThread(), Error, ReferenceErrorConstructor); in ReferenceErrorConstructor()
H A Dbuiltins.cpp1233 GeneralUpdateError(&errorParameter, ReferenceError::ReferenceErrorConstructor, ReferenceError::ToString, in InitializeError()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_errors_test.cpp369 JSTaggedValue result = ReferenceError::ReferenceErrorConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
404 JSTaggedValue result = ReferenceError::ReferenceErrorConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h454 V(Error, ReferenceErrorConstructor) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp189 reinterpret_cast<uintptr_t>(ReferenceError::ReferenceErrorConstructor),

Completed in 14 milliseconds