Searched defs:ctorFunc (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 936 …ion> Builtins::InitializeExoticConstructor(const JSHandle<GlobalEnv> &env, EcmaEntrypoint ctorFunc, in InitializeExoticConstructor() 2684 … const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, in NewBuiltinConstructor() 2695 … const JSHandle<JSObject> &prototype, EcmaEntrypoint ctorFunc, in NewBuiltinCjsCtor() 3069 … EcmaEntrypoint ctorFunc, const char *name, int length) in NewIntlConstructor()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_private.cpp | 169 … EcmaEntrypoint ctorFunc, const char *name, int length) in NewContainerConstructor()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 3796 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in RunInternal() local 3931 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in RunInternal() local 4067 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in RunInternal() local
|
| D | interpreter_assembly.cpp | 3685 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in HandleWideNewobjrangePrefImm16V8() local 6911 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in HandleNewobjrangeImm16Imm8V8() local 7054 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject()); in HandleNewobjrangeImm8Imm8V8() local
|