Searched defs:ctorFunc (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | utilityTypeHandlers.cpp | 249 auto *const ctorFunc = ctor->Function(); in CreateConstructorForPartialType() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_private.cpp | 162 NewContainerConstructor(JSThread *thread, const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, const char *name, int length) NewContainerConstructor() argument
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 50 auto ctorFunc = JSFunction::Cast(ctorValue.GetTaggedObject()); in ProfileDefineClass() local 88 auto ctorFunc = JSFunction::Cast(ctorValue.GetTaggedObject()); in ProfileClassRootHClass() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | interpreter-inl.cpp | 4070 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in RunInternal() local 4205 JSFunction *ctorFunc in RunInternal() local 4341 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); RunInternal() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins.cpp | 1037 JSHandle<JSFunction> Builtins::InitializeExoticConstructor(const JSHandle<GlobalEnv> &env, EcmaEntrypoint ctorFunc, in InitializeExoticConstructor() argument 2730 NewBuiltinConstructor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, std::string_view name, int length, kungfu::BuiltinsStubCSigns::ID builtinId) const NewBuiltinConstructor() argument 2741 NewBuiltinCjsCtor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, std::string_view name, int length) const NewBuiltinCjsCtor() argument 3186 NewIntlConstructor(const JSHandle<GlobalEnv> &env, const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, std::string_view name, int length) NewIntlConstructor() argument
|
Completed in 30 milliseconds