Home | History | Annotate | Download | only in src

Lines Matching defs:Global

46 function GetCompletions(global, last, full) {
51 var current = global;
75 // Global object holding debugger related constants and state.
102 Debug.ScopeType = { Global: 0,
585 // Global varaible used to store whether a handle was requested.
604 // Remember the handle requested in a global variable.
616 // Request a global evaluation if there is no current frame.
618 request.arguments.global = true;
1661 case Debug.ScopeType.Global:
1662 result += 'Global, ';