Lines Matching refs:scope
32 #include "assert-scope.h"
1236 V(kParseScopeError, "parse/scope error") \
4226 // program and the allocation of the scope's variables. Scope information
4230 // This object provides quick access to scope info details for runtime
4236 // Return the type of this scope.
4239 // Does this scope call eval?
4242 // Return the language mode of this scope.
4245 // Does this scope make a non-strict eval call?
4266 // no contexts are allocated for this scope ContextLength returns 0.
4269 // Is this scope the scope of a named function expression?
4275 // Return if contexts are allocated for this scope.
4299 // Lookup support for serialized scope info. Returns the
4305 // Lookup support for serialized scope info. Returns the
4314 // Lookup support for serialized scope info. Returns the
4319 // Lookup support for serialized scope info. Returns the function context
4326 // Copies all the context locals into an object used to materialize a scope.
4332 static Handle<ScopeInfo> Create(Scope* scope, Zone* zone);
4334 // Serializes empty scope info.
4343 // 1. A set of properties of the scope
4401 // If the scope belongs to a named function expression this part contains
6582 // [scope_info]: Scope info.
7216 // [scope_info]: Scope info.
10517 V(kHandleScope, "handlescope", "(Handle scope)") \