Home
last modified time | relevance | path

Searched refs:BUILTIN_CONSTRUCTOR (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_function_kind.h44 BUILTIN_CONSTRUCTOR, member in panda::ecmascript::FunctionKind
H A Djs_function.h274 return kind >= FunctionKind::BUILTIN_PROXY_CONSTRUCTOR && kind <= FunctionKind::BUILTIN_CONSTRUCTOR; in IsBuiltinConstructor()
H A Djs_function.cpp61 PropertyDescriptor desc(thread, accessor, kind != FunctionKind::BUILTIN_CONSTRUCTOR, false, false); in InitializeJSFunction()
H A Dobject_factory.cpp2057 JSHandle<Method> target = NewMethodForNativeFunction(nativeFunc, FunctionKind::BUILTIN_CONSTRUCTOR); in NewJSNativeErrorFunction()
2066 JSHandle<Method> target = NewMethodForNativeFunction(nativeFunc, FunctionKind::BUILTIN_CONSTRUCTOR, builtinId); in NewSpecificTypedArrayFunction()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dshared_builtins.cpp102 sObjectFunctionHClass, FunctionKind::BUILTIN_CONSTRUCTOR); in InitializeSObject()
149 arrayBufferFuncHClass, FunctionKind::BUILTIN_CONSTRUCTOR); in InitializeSArrayBuffer()
210 setFuncHClass, FunctionKind::BUILTIN_CONSTRUCTOR); in InitializeSSet()
277 mapFuncHClass, FunctionKind::BUILTIN_CONSTRUCTOR); in InitializeSMap()
351 sAsyncFuncIHClass, FunctionKind::BUILTIN_CONSTRUCTOR); in InitializeSAsyncFunction()
379 sFuncHClass, FunctionKind::BUILTIN_CONSTRUCTOR); in InitializeSFunction()
941 FunctionKind::BUILTIN_CONSTRUCTOR); in InitializeSharedArray()
1008 FunctionKind::BUILTIN_CONSTRUCTOR); \
1049 typedArrFuncHClass, FunctionKind::BUILTIN_CONSTRUCTOR); in InitializeSTypedArray()
H A Dbuiltins.cpp667 funcHClass, FunctionKind::BUILTIN_CONSTRUCTOR); in InitializeFunction()
2736 factory_->NewJSFunction(env, reinterpret_cast<void *>(ctorFunc), FunctionKind::BUILTIN_CONSTRUCTOR, builtinId); in NewBuiltinConstructor()
2746 factory_->NewJSFunction(env, reinterpret_cast<void *>(ctorFunc), FunctionKind::BUILTIN_CONSTRUCTOR); in NewBuiltinCjsCtor()
3190 factory_->NewJSFunction(env, reinterpret_cast<void *>(ctorFunc), FunctionKind::BUILTIN_CONSTRUCTOR); in NewIntlConstructor()
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_private.cpp168 factory->NewJSFunction(env, reinterpret_cast<void *>(ctorFunc), FunctionKind::BUILTIN_CONSTRUCTOR); in NewContainerConstructor()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp114 PropertyDescriptor desc(thread, accessor, kind != FunctionKind::BUILTIN_CONSTRUCTOR, false, false); in DEF_RUNTIME_STUBS()

Completed in 35 milliseconds