Searched defs:ctorFunc (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.cpp | 744 auto *ctorFunc = ctor_->Function(); in CalculateClassExpectedPropertyCount() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 48 auto ctorFunc = JSFunction::Cast(ctorValue.GetTaggedObject()); in ProfileDefineClass() local 87 auto ctorFunc = JSFunction::Cast(ctorValue.GetTaggedObject()); in ProfileClassRootHClass() local 117 auto ctorFunc = JSFunction::Cast(ctorValue.GetTaggedObject()); in ProfileNapiRootHClass() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | utilityTypeHandlers.cpp | 769 auto *const ctorFunc = ctor->Function(); in CreateConstructorForPartialType() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | parserImpl.cpp | 718 auto *ctorFunc = ctor->Function(); in CreateImplicitConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 1079 …ion> Builtins::InitializeExoticConstructor(const JSHandle<GlobalEnv> &env, EcmaEntrypoint ctorFunc, in InitializeExoticConstructor() 2752 … const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, in NewBuiltinConstructor() 2770 … const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, in NewBuiltinCjsCtor() 3220 … EcmaEntrypoint ctorFunc, std::string_view name, int length) in NewIntlConstructor()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_private.cpp | 171 … EcmaEntrypoint ctorFunc, const char *name, int length) in NewContainerConstructor()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 4080 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in RunInternal() local 4215 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in RunInternal() local 4351 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in RunInternal() local
|
| D | interpreter_assembly.cpp | 3912 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in HandleWideNewobjrangePrefImm16V8() local 7400 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in HandleNewobjrangeImm16Imm8V8() local 7543 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in HandleNewobjrangeImm8Imm8V8() local
|