Lines Matching refs:scope
3323 // program and the allocation of the scope's variables. Scope information
3327 // This object provides quick access to scope info details for runtime
3333 // Return the type of this scope.
3336 // Does this scope call eval?
3339 // Return the language mode of this scope.
3342 // Does this scope make a non-strict eval call?
3363 // no contexts are allocated for this scope ContextLength returns 0.
3366 // Is this scope the scope of a named function expression?
3372 // Return if contexts are allocated for this scope.
3396 // Lookup support for serialized scope info. Returns the
3402 // Lookup support for serialized scope info. Returns the
3411 // Lookup support for serialized scope info. Returns the
3416 // Lookup support for serialized scope info. Returns the
3422 static Handle<ScopeInfo> Create(Scope* scope);
3424 // Serializes empty scope info.
3433 // 1. A set of properties of the scope
3491 // If the scope belongs to a named function expression this part contains
5146 // [scope_info]: Scope info.
8490 V(kHandleScope, "handlescope", "(Handle scope)") \