HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 51 - 75 of 594) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/
global-load-from-eval-in-with.js 38 // Test shadowing in eval scope.
42 // Test shadowing in local scope inside an eval scope.
46 // Test shadowing in local scope inside an eval scope. Deeper nesting
51 // Test shadowing in local scope inside an eval scope with eval calls in the eval scopes.
55 // Test shadowing in local scope inside an eval scope with eval calls
debug-scopes.js 79 // Check that the scope chain contains the expected types of scopes.
83 var scope = exec_state.frame().scope(i);
84 assertTrue(scope.isScope());
85 assertEquals(scopes[i], scope.scopeType());
87 // Check the global object when hitting the global scope.
91 assertPropertiesEqual(this, scope.scopeObject().value());
117 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found");
122 // Check that the content of the scope is as expected. For functions just check
125 var scope = exec_state.frame().scope(number)
    [all...]
  /external/v8/test/cctest/
test-weakmaps.cc 69 v8::HandleScope scope; local
76 v8::HandleScope scope; local
85 v8::HandleScope scope; local
99 v8::HandleScope scope; local
124 v8::HandleScope scope; local
132 v8::HandleScope scope; local
test-deoptimization.cc 116 v8::HandleScope scope; local
154 v8::HandleScope scope; local
193 v8::HandleScope scope; local
218 v8::HandleScope scope; local
245 v8::HandleScope scope; local
273 v8::HandleScope scope; local
311 v8::HandleScope scope; local
340 v8::HandleScope scope; local
430 v8::HandleScope scope; local
442 v8::HandleScope scope; local
454 v8::HandleScope scope; local
466 v8::HandleScope scope; local
478 v8::HandleScope scope; local
490 v8::HandleScope scope; local
533 v8::HandleScope scope; local
613 v8::HandleScope scope; local
    [all...]
test-compiler.cc 70 v8::HandleScope scope; local
92 v8::HandleScope scope; local
97 v8::HandleScope scope; local
150 v8::HandleScope scope; local
171 v8::HandleScope scope; local
191 v8::HandleScope scope; local
212 v8::HandleScope scope; local
219 v8::HandleScope scope; local
234 v8::HandleScope scope; local
266 v8::HandleScope scope; local
288 v8::HandleScope scope; local
321 v8::HandleScope scope; local
333 v8::HandleScope scope; local
393 v8::HandleScope scope; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTParser.stg 124 ruleRef(rule,label,elementIndex,args,scope) ::= <<
130 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
133 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
139 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
145 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= <<
151 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
ASTTreeParser.stg 222 ruleRef(rule,label,elementIndex,args,scope) ::= <<
234 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
240 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
249 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
255 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
261 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
267 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
273 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
281 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTParser.stg 123 ruleRef(rule,label,elementIndex,args,scope) ::= <<
129 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
132 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
138 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
144 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= <<
150 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
ASTParser.stg 95 ruleRef(rule,label,elementIndex,args,scope) ::= <<
101 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
104 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
110 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
116 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= <<
122 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTParser.stg 131 ruleRef(rule,label,elementIndex,args,scope) ::= <<
137 ruleRefBang(rule,label,elementIndex,args,scope) ::= "<super.ruleRef(...)>"
140 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
146 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
152 ruleRefBangAndListLabel(rule,label,elementIndex,args,scope) ::= <<
158 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
scopes.rb 16 scope {
46 scope aScope {
61 scope aScope;
69 scope {x}
86 scope {
110 scope {
137 /* recursive rule scopes, access bottom-most scope */
140 scope {
154 scope {
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestCallback.cpp 66 v8::Context::Scope scope(v8Context);
86 v8::Context::Scope scope(v8Context);
113 v8::Context::Scope scope(v8Context);
146 v8::Context::Scope scope(v8Context);
  /external/webkit/Source/WebCore/css/
MediaQueryListListener.cpp 44 v8::Context::Scope scope(context);
  /external/webkit/Source/WebCore/html/
HTMLTableCellElement.h 49 String scope() const;
HTMLTableCellElement.idl 36 attribute [Reflect] DOMString scope;
  /external/v8/src/
scopes.cc 65 Scope* scope,
76 p->value = new Variable(scope,
100 // Implementation of Scope
102 Scope::Scope(Scope* outer_scope, ScopeType type)
116 // eval scopes (by walking the stack and reading the scope info).
123 Scope::Scope(Scope* inner_scope
252 Scope* scope = info->function()->scope(); local
683 Scope* scope = this; local
705 Scope* scope = inner_scopes_[i]; local
    [all...]
variables.cc 57 Variable::Variable(Scope* scope,
64 : scope_(scope),
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
T.g 28 scope {
  /external/webkit/Source/JavaScriptCore/interpreter/
CachedCall.h 41 , m_globalObjectScope(callFrame->globalData(), function->scope()->globalObject.get())
44 m_closure = m_interpreter->prepareForRepeatCall(function->jsExecutable(), callFrame, function, argCount, function->scope());
  /external/skia/legacy/src/animator/
SkDisplayList.cpp 80 if (apply->scope == match)
82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
86 SkDrawable* scope = *ptr; local
87 if (scope == match)
89 //perhaps should call SearchGroupForMatch here as well (on scope)
  /external/skia/src/animator/
SkDisplayList.cpp 80 if (apply->scope == match)
82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
86 SkDrawable* scope = *ptr; local
87 if (scope == match)
89 //perhaps should call SearchGroupForMatch here as well (on scope)
  /external/libsepol/tests/
test-common.c 31 scope_datum_t *scope; local
39 /* make sure its scope is correct */
40 scope = hashtab_search(p->scope[sym_type].table, id);
41 CU_ASSERT_FATAL(scope != NULL);
42 CU_ASSERT(scope->scope == scope_type);
43 CU_ASSERT(scope->decl_ids_len == len);
44 if (scope->decl_ids_len != len)
45 fprintf(stderr, "sym %s has %d decls, %d expected\n", id, scope->decl_ids_len, len)
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTTreeParser.stg 239 ruleRef(rule,label,elementIndex,args,scope) ::= <<
254 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
260 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
269 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
275 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
281 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
286 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
292 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
301 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTTreeParser.stg 228 ruleRef(rule,label,elementIndex,args,scope) ::= <<
240 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
246 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= <<
255 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= <<
261 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
267 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
273 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
279 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
287 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<

Completed in 1150 milliseconds

1 23 4 5 6 7 8 91011>>