Lines Matching defs:ctorFunc
4070 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject());
4071 methodHandle.Update(ctorFunc->GetMethod());
4072 if (ctorFunc->IsBuiltinConstructor()) {
4119 if (IsFastNewFrameEnter(ctorFunc, methodHandle)) {
4122 uint32_t numDeclaredArgs = ctorFunc->IsBase() ?
4142 if (ctorFunc->IsBase()) {
4148 ASSERT(ctorFunc->IsDerivedConstructor());
4156 state->profileTypeInfo = ctorFunc->GetProfileTypeInfo();
4157 state->env = ctorFunc->GetLexicalEnv();
4205 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject());
4206 methodHandle.Update(ctorFunc->GetMethod());
4207 if (ctorFunc->IsBuiltinConstructor()) {
4255 if (IsFastNewFrameEnter(ctorFunc, methodHandle)) {
4258 uint32_t numDeclaredArgs = ctorFunc->IsBase() ?
4278 if (ctorFunc->IsBase()) {
4284 ASSERT(ctorFunc->IsDerivedConstructor());
4292 state->profileTypeInfo = ctorFunc->GetProfileTypeInfo();
4293 state->env = ctorFunc->GetLexicalEnv();
4341 JSFunction *ctorFunc = JSFunction::Cast(ctor.GetTaggedObject());
4342 methodHandle.Update(ctorFunc->GetMethod());
4343 if (ctorFunc->IsBuiltinConstructor()) {
4390 if (IsFastNewFrameEnter(ctorFunc, methodHandle)) {
4393 uint32_t numDeclaredArgs = ctorFunc->IsBase() ?
4413 if (ctorFunc->IsBase()) {
4419 ASSERT(ctorFunc->IsDerivedConstructor());
4427 state->profileTypeInfo = ctorFunc->GetProfileTypeInfo();
4428 state->env = ctorFunc->GetLexicalEnv();