Home
last modified time | relevance | path

Searched refs:nativeConstructor (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp1001 JSHandle<JSTaggedValue> nativeConstructor; in NewJSError() local
1004 nativeConstructor = env->GetRangeErrorFunction(); in NewJSError()
1007 nativeConstructor = env->GetEvalErrorFunction(); in NewJSError()
1010 nativeConstructor = env->GetReferenceErrorFunction(); in NewJSError()
1013 nativeConstructor = env->GetTypeErrorFunction(); in NewJSError()
1016 nativeConstructor = env->GetURIErrorFunction(); in NewJSError()
1019 nativeConstructor = env->GetSyntaxErrorFunction(); in NewJSError()
1022 nativeConstructor = env->GetOOMErrorFunction(); in NewJSError()
1025 nativeConstructor = env->GetTerminationErrorFunction(); in NewJSError()
1028 nativeConstructor in NewJSError()
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins.h31 EcmaEntrypoint nativeConstructor{nullptr};
H A Dbuiltins.cpp1208 error->nativeConstructor = constructor; in GeneralUpdateError()
1274 factory_->NewJSNativeErrorFunction(env, reinterpret_cast<void *>(errorParameter.nativeConstructor)); in InitializeError()

Completed in 17 milliseconds