Searched defs:targetScopeDepth (Results 1 - 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp1787 PassRefPtr<Label> BytecodeGenerator::emitJumpScopes(Label* target, int targetScopeDepth) argument
1789 ASSERT(scopeDepth() - targetScopeDepth >= 0);
1792 size_t scopeDelta = scopeDepth() - targetScopeDepth;

Completed in 14 milliseconds