Home | History | Annotate | Download | only in jit

Lines Matching refs:checkTopLevel

2715     bool checkTopLevel = codeBlock->codeType() == FunctionCode && codeBlock->needsFullScopeChain();
2716 ASSERT(skip || !checkTopLevel);
2717 if (checkTopLevel && skip--) {