Home
last modified time | relevance | path

Searched defs:scopeDelta (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.cpp1050 int scopeDelta = (++it)->u.operand; in dump() local
1458 int scopeDelta = sc.localDepth(); in reparseForExceptionInfoIfNecessary() local
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1747 size_t scopeDelta = scopeDepth() - targetScopeDepth; in emitJumpScopes() local
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp604 int scopeDelta = depth(codeBlock, sc) - handler->scopeDepth; in throwException() local