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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.h107 unsigned targetScopeDepth; member in struct:JSC::TryData
492 void emitPopScopes(int targetScopeDepth);
H A DBytecodeGenerator.cpp120 ASSERT(range.tryData->targetScopeDepth != UINT_MAX);
124 range.tryData->targetScopeDepth
2264 void BytecodeGenerator::emitPopScopes(int targetScopeDepth) argument
2266 ASSERT(scopeDepth() - targetScopeDepth >= 0);
2268 size_t scopeDelta = scopeDepth() - targetScopeDepth;
2313 tryData.targetScopeDepth = UINT_MAX;
2340 tryRange.tryData->targetScopeDepth = m_dynamicScopeDepth;

Completed in 187 milliseconds