Home
last modified time | relevance | path

Searched defs:ctorFunc (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1705 auto *ctorFunc = lambdaBody[lambdaBody.size() - 2]->AsMethodDefinition()->Function(); in ResolveLambdaObjectCtor() local
2368 auto *ctorFunc = lambdaObject->Body()[1]->AsMethodDefinition()->Function(); in ResolveLambdaObject() local
2399 auto *ctorFunc = lambdaBody[lambdaBody.size() - 2]->AsMethodDefinition()->Function(); in ResolveLambdaObjectCtor() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp64 auto ctorFunc = JSFunction::Cast(ctorValue.GetTaggedObject()); in ProfileDefineClass() local
110 auto ctorFunc = JSFunction::Cast(ctorValue.GetTaggedObject()); in ProfileClassRootHClass() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp916 auto *ctorFunc = lambdaBody[lambdaBody.size() - 2]->AsMethodDefinition()->Function(); in BuildLambdaObjectName() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1045 …ion> Builtins::InitializeExoticConstructor(const JSHandle<GlobalEnv> &env, EcmaEntrypoint ctorFunc, in InitializeExoticConstructor()
2638 … const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, in NewBuiltinConstructor()
2649 … const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, in NewBuiltinCjsCtor()
3100EcmaEntrypoint ctorFunc, std::string_view name, int length) in NewIntlConstructor()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp170EcmaEntrypoint ctorFunc, const char *name, int length) in NewContainerConstructor()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h4006 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in RunInternal() local
4141 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in RunInternal() local
4277 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in RunInternal() local
Dinterpreter_assembly.cpp3823 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in HandleWideNewobjrangePrefImm16V8() local
7114 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in HandleNewobjrangeImm16Imm8V8() local
7257 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in HandleNewobjrangeImm8Imm8V8() local