Lines Matching refs:scopes
10062 Improved support for walking interesting scopes for function introspection.
10372 current scope. Walking parent scopes requires some refactoring in the
10422 - document opcodes relating to jumps, scopes, and property name iteration
11538 Fixed scopes for named function expressions.
12124 (1) In "with" and "catch" scopes, we would construct a ScopeChain
12128 (2) In global and eval scopes, we would fail to initially ref
12548 scopes and dynamic scopes ("with"). This means "scopeDepth" is now
12550 now use a scopeContextStack to ensure that we pop scopes and execute
12564 Dynamic scopes need to be tracked on the scopeContextStack now
12623 were thrown inside "with" and "catch" scopes.
13178 Fixed access to "this" inside dynamic scopes.
17664 * kjs/interpreter.cpp: Instrument evaluating global scopes.
19070 any static scopes that do not contain the variable to be resolved.
24754 change getChar* functions to return result and push 'c' into local scopes for clarity