Home
last modified time | relevance | path

Searched refs:scopes (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/test/mjsunit/
Ddebug-scopes.js81 function CheckScopeChain(scopes, exec_state) { argument
82 assertEquals(scopes.length, exec_state.frame().scopeCount());
83 for (var i = 0; i < scopes.length; i++) {
86 assertEquals(scopes[i], scope.scopeType());
89 if (scopes[i] == debug.ScopeType.Global) {
102 assertEquals(scopes.length, response.body.scopes.length);
103 for (var i = 0; i < scopes.length; i++) {
104 assertEquals(i, response.body.scopes[i].index);
105 assertEquals(scopes[i], response.body.scopes[i].type);
106 if (scopes[i] == debug.ScopeType.Local ||
[all …]
/external/webkit/WebKit/mac/WebView/
DWebScriptDebugDelegate.mm183 NSMutableArray *scopes = [[NSMutableArray alloc] init];
190 [scopes addObject:[self _convertValueToObjcValue:object]];
193 NSArray *result = [NSArray arrayWithArray:scopes];
194 [scopes release];
/external/v8/src/
Ddebug-debugger.js1649 var scopes = [];
1651 scopes.push(frame.scope(i));
1657 scopes: scopes property
Dd8.js973 for (i = 0; i < body.scopes.length; i++) {
977 result += formatScope_(body.scopes[i]);
Dmirror-debugger.js2320 content.scopes = [];
2323 content.scopes.push({
DSConscript91 scopes.cc
/external/v8/
DAndroid.v8common.mk58 src/scopes.cc \
DChangeLog645 variables inside with and eval scopes.
/external/webkit/WebKit/chromium/src/js/
DDebuggerAgent.js1053 for (var i = 0; i < stackFrame.scopes.length; i++) {
1054 var scope = stackFrame.scopes[i];
/external/v8/tools/v8.xcodeproj/
Dproject.pbxproj120 …89A88E1D0E71A6A00043BA31 /* scopes.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1780E719…
182 …89F23C710E78D5B2006B2466 /* scopes.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1780E719…
462 …80E719B8F00D62E90 /* scopes.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
463 …1790E719B8F00D62E90 /* scopes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
840 897FF1780E719B8F00D62E90 /* scopes.cc */,
841 897FF1790E719B8F00D62E90 /* scopes.h */,
1216 89A88E1D0E71A6A00043BA31 /* scopes.cc in Sources */,
1324 89F23C710E78D5B2006B2466 /* scopes.cc in Sources */,
/external/v8/tools/gyp/
Dv8.gyp358 '../../src/scopes.cc',
359 '../../src/scopes.h',
/external/webkit/WebKitTools/android/flex-2.5.4a/
DNEWS121 As indicated in this example, rules inside start condition scopes
125 Start condition scopes may be nested.
/external/dropbear/libtomcrypt/
DDoxyfile193 # For instance, namespaces will be presented as packages, qualified scopes
285 # will show members with their full class and namespace scopes in the
/external/srec/doc/
Dsrec.doxygen209 # For instance, namespaces will be presented as packages, qualified scopes
329 # will show members with their full class and namespace scopes in the
/external/libvpx/
Dlibs.doxy_template197 # For instance, namespaces will be presented as packages, qualified scopes
333 # will show members with their full class and namespace scopes in the
/external/libvpx/nestegg/docs/
DDoxyfile.in194 # scopes will look different, etc.
378 # will show members with their full class and namespace scopes in the
/external/iproute2/doc/
Dip-cref.tex619 The available scopes are listed in file \verb|/etc/iproute2/rt_scopes|.
632 contains more details on address scopes.
2722 to the destination. Unlike IPv6, the scopes of IPv4 destinations
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1010062 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.
[all …]
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dflex.man1469 Start condition scopes may be nested.
3329 start condition scopes
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info1236 Start condition scopes may be nested.
2661 start condition scopes
Dflex.texi1474 Start condition scopes may be nested.
3160 start condition scopes
/external/stlport/etc/
DChangeLog-5.15522 * stlport/stl/debug/_string.h: Fix of missing scopes thanks arabesc and
6697 * stlport/stl/_string.c, stlport/stl/_string.h: fix of missing scopes to
6704 * stlport/stl/_ostream.h: fixes of the missing scopes to access the basefield enum
/external/webkit/WebKit/win/
DChangeLog-2009-06-169220 would accidentally destroy scopes.
13385 Prefast: Remove variable redefinitions in inner scopes.
/external/webkit/WebCore/
DChangeLog-2010-01-291508 Test: WebCore/manual-tests/inspector/debugger-scopes-inspection.html
1933 Test: WebCore/manual-tests/inspector/debugger-scopes-inspection.html
1940 * manual-tests/inspector/debugger-scopes-inspection.html: Added.
DChangeLog-2005-08-2322299 Reworked how scopes are set up for event handlers to match other
25725 …amedItem() exposed a flaw that prevented finding variables in form [HTMLFormCollectionImpl] scopes.

12