Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_errors.h60 static JSTaggedValue URIErrorConstructor(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_errors.cpp83 JSTaggedValue BuiltinsURIError::URIErrorConstructor(EcmaRuntimeCallInfo *argv) in URIErrorConstructor() function in panda::ecmascript::builtins::BuiltinsURIError
85 BUILTINS_API_TRACE(argv->GetThread(), Error, URIErrorConstructor); in URIErrorConstructor()
H A Dbuiltins.cpp1245 GeneralUpdateError(&errorParameter, URIError::URIErrorConstructor, URIError::ToString, "URIError", in InitializeError()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_errors_test.cpp610 JSTaggedValue result = URIError::URIErrorConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
645 JSTaggedValue result = URIError::URIErrorConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h459 V(Error, URIErrorConstructor) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp196 reinterpret_cast<uintptr_t>(URIError::URIErrorConstructor),

Completed in 13 milliseconds