HomeSort by relevance Sort by last modified time
    Searched refs:scopeDepth (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/JavaScriptCore/bytecompiler/
LabelScope.h 43 LabelScope(Type type, const Identifier* name, int scopeDepth, PassRefPtr<Label> breakTarget, PassRefPtr<Label> continueTarget)
47 , m_scopeDepth(scopeDepth)
66 int scopeDepth() const { return m_scopeDepth; }
BytecodeGenerator.h 374 int scopeDepth() { return m_dynamicScopeDepth + m_finallyDepth; }
BytecodeGenerator.cpp 669 LabelScope scope(type, name, scopeDepth(), newLabel(), type == LabelScope::Loop ? newLabel() : PassRefPtr<Label>()); // Only loops have continue targets.
    [all...]
NodesCodegen.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
ScopeChain.cpp 58 int scopeDepth = 0;
65 ++scopeDepth;
67 return scopeDepth;
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 74 uint32_t scopeDepth;
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp 707 scopeDelta = depth(codeBlock, scopeChain) - handler->scopeDepth;
    [all...]

Completed in 484 milliseconds