Lines Matching defs:notClassConstructor
352 Label notClassConstructor(env);
353 BRANCH(IsClassConstructor(receiver), &slowPath, ¬ClassConstructor);
354 Bind(¬ClassConstructor);
579 Label notClassConstructor(env);
580 BRANCH(IsClassConstructor(receiver), &slowPath, ¬ClassConstructor);
581 Bind(¬ClassConstructor);
611 Label notClassConstructor(env);
612 BRANCH(IsClassConstructor(receiver), &slowPath, ¬ClassConstructor);
613 Bind(¬ClassConstructor);
643 Label notClassConstructor(env);
644 BRANCH(IsClassConstructor(receiver), &slowPath, ¬ClassConstructor);
645 Bind(¬ClassConstructor);
672 Label notClassConstructor(env);
679 BRANCH(IsClassConstructor(receiver), &slowPath, ¬ClassConstructor);
680 Bind(¬ClassConstructor);
717 Label notClassConstructor(env);
724 BRANCH(IsClassConstructor(receiver), ¬JSObject, ¬ClassConstructor);
725 Bind(¬ClassConstructor);