Searched refs:scope (Results 226 - 250 of 440) sorted by relevance

1234567891011>>

/external/v8/test/cctest/
H A Dtest-date.cc122 v8::HandleScope scope; local
H A Dtest-hashing.cc156 v8::HandleScope scope; local
185 v8::HandleScope scope; local
H A Dtest-parsing.cc817 // of a scope. We check the scope positions of exactly one scope
818 // nested in the global scope of a program. 'inner source' is the
820 // to the nested scope. 'outer_prefix' and 'outer_suffix' are
821 // parts of the source that belong to the global scope.
1026 // Check scope types and positions.
1027 i::Scope* scope = function->scope(); local
1028 CHECK(scope
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A DV8LazyEventListener.cpp93 // Use the outer scope to hold context.
99 v8::Context::Scope scope(v8Context);
103 // Nodes other than the document object, when executing inline event handlers push document, form, and the target node on the scope chain.
H A DWorkerScriptDebugServer.cpp76 v8::HandleScope scope; local
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8InjectedScriptHostCustom.cpp61 v8::HandleScope scope; local
/external/webkit/Source/WebCore/dom/
H A DAttr.cpp123 EventQueueScope scope; local
/external/webkit/Source/WebCore/html/
H A DHTMLTableCellElement.cpp162 String HTMLTableCellElement::scope() const function in class:WebCore::HTMLTableCellElement
/external/v8/src/arm/
H A Dbuiltins-arm.cc671 FrameScope scope(masm, StackFrame::INTERNAL);
691 FrameScope scope(masm, StackFrame::INTERNAL);
716 FrameScope scope(masm, StackFrame::CONSTRUCT);
1064 FrameScope scope(masm, StackFrame::INTERNAL);
1134 FrameScope scope(masm, StackFrame::INTERNAL);
1163 FrameScope scope(masm, StackFrame::INTERNAL);
1192 FrameScope scope(masm, StackFrame::INTERNAL);
1238 FrameScope scope(masm, StackFrame::INTERNAL);
1247 CpuFeatures::TryForceFeatureScope scope(VFP3);
1257 FrameScope scope(mas
[all...]
/external/v8/src/ia32/
H A Dbuiltins-ia32.cc90 FrameScope scope(masm, StackFrame::CONSTRUCT);
391 FrameScope scope(masm, StackFrame::INTERNAL);
454 FrameScope scope(masm, StackFrame::INTERNAL);
480 FrameScope scope(masm, StackFrame::INTERNAL);
507 FrameScope scope(masm, StackFrame::INTERNAL);
556 FrameScope scope(masm, StackFrame::INTERNAL);
623 FrameScope scope(masm, StackFrame::INTERNAL);
1510 FrameScope scope(masm, StackFrame::INTERNAL);
1533 FrameScope scope(masm, StackFrame::INTERNAL);
1663 CpuFeatures::TryForceFeatureScope scope(SSE
[all...]
H A Ddeoptimizer-ia32.cc50 HandleScope scope(isolate);
121 HandleScope scope(isolate);
847 CpuFeatures::Scope scope(SSE2);
894 AllowExternalCallThatCantCauseGC scope(masm());
945 AllowExternalCallThatCantCauseGC scope(masm());
/external/v8/src/mips/
H A Dbuiltins-mips.cc687 FrameScope scope(masm, StackFrame::INTERNAL);
707 FrameScope scope(masm, StackFrame::INTERNAL);
739 FrameScope scope(masm, StackFrame::CONSTRUCT);
1095 FrameScope scope(masm, StackFrame::INTERNAL);
1162 FrameScope scope(masm, StackFrame::INTERNAL);
1192 FrameScope scope(masm, StackFrame::INTERNAL);
1221 FrameScope scope(masm, StackFrame::INTERNAL);
1269 FrameScope scope(masm, StackFrame::INTERNAL);
1278 CpuFeatures::TryForceFeatureScope scope(VFP3);
1288 FrameScope scope(mas
[all...]
/external/v8/src/x64/
H A Dbuiltins-x64.cc89 FrameScope scope(masm, StackFrame::CONSTRUCT);
401 // Open a C++ scope for the FrameScope.
419 FrameScope scope(masm, StackFrame::INTERNAL);
449 FrameScope scope(masm, StackFrame::INTERNAL);
519 FrameScope scope(masm, StackFrame::INTERNAL);
546 FrameScope scope(masm, StackFrame::INTERNAL);
574 FrameScope scope(masm, StackFrame::INTERNAL);
619 FrameScope scope(masm, StackFrame::INTERNAL);
693 FrameScope scope(masm, StackFrame::INTERNAL);
1531 FrameScope scope(mas
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DAST.stg165 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
171 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
177 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
183 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet.jsp_2.0.0.v200806031607.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE.SF META-INF/ECLIPSE.RSA META ...
/external/v8/src/
H A Dscopes.h47 Variable* Declare(Scope* scope,
59 // The dynamic scope part holds hash maps for the variables that will
92 // Compute top scope and allocate variables. For lazy compilation the top
93 // scope only contains the single lazily compiled function, so this
99 // The scope name is only used for printing/debugging.
104 // Checks if the block scope is redundant, i.e. it does not contain any
105 // block scoped declarations. In that case it is removed from the scope
112 // Lookup a variable in this scope. Returns the variable or NULL if not found.
115 // This lookup corresponds to a lookup in the "intermediate" scope sitting
116 // between this scope an
[all...]
H A Ddebug.cc389 HandleScope scope; local
736 HandleScope scope(isolate);
815 HandleScope scope(isolate_);
897 HandleScope scope(isolate_);
1090 HandleScope scope(isolate_);
1143 HandleScope scope(isolate_);
1169 HandleScope scope(isolate_);
1288 HandleScope scope(isolate_);
1944 // Ensure no GC in this scope as we are going to use gc_metadata
2100 HandleScope scope(isolate
3366 v8::HandleScope scope; local
[all...]
H A Dic.cc143 HandleScope scope; local
283 HandleScope scope(isolate());
292 HandleScope scope(isolate());
1920 HandleScope scope(isolate);
1948 HandleScope scope(isolate);
1968 HandleScope scope(isolate);
1978 HandleScope scope(isolate);
1987 HandleScope scope(isolate);
1997 HandleScope scope; local
2073 HandleScope scope(isolat
[all...]
H A Disolate.cc760 HandleScope scope;
833 HandleScope scope(this);
876 HandleScope scope(this);
898 HandleScope scope; local
965 HandleScope scope; local
1060 HandleScope scope; local
1201 HandleScope scope; local
1212 HandleScope scope; local
1855 HandleScope scope; local
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCodeGenerator.java492 String scope = (String)it.next();
493 if ( !target.isValidActionScope(grammar.type, scope) ) {
494 // get any action from the scope to get error location
495 Map scopeActions = (Map)actions.get(scope);
500 actionAST.getToken(),scope,
512 String scope = (String)it.next();
513 Map scopeActions = (Map)actions.get(scope);
518 /** Use for translating rule @init{...} actions that have no scope */
1087 AttributeScope scope = grammar.getGlobalScope(x);
1088 if ( scope
[all...]
/external/iproute2/ip/
H A Diproute.c61 fprintf(stderr, " [ type TYPE ] [ scope SCOPE ]\n");
65 fprintf(stderr, " [ scope SCOPE ] [ metric METRIC ]\n");
94 int scope, scopemask; member in struct:__anon6304
184 if ((filter.scope^r->rtm_scope)&filter.scopemask)
358 fprintf(fp, " scope %s ", rtnl_rtscope_n2a(r->rtm_scope, b1, sizeof(b1)));
738 } else if (strcmp(*argv, "scope") == 0) {
739 __u32 scope = 0; local
741 if (rtnl_rtscope_a2n(&scope, *argv))
742 invarg("invalid \"scope\" value\n", *argv);
743 req.r.rtm_scope = scope;
1092 __u32 scope = 0; local
[all...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DCodeGenTreeWalker.g339 : ^( 'scope' ID ( ^(AMPERSAND .*) )* ACTION )
526 : ^( 'scope' ( ^(AMPERSAND .*) )* (ACTION)? ( ID )* )
940 atom[GrammarAST scope, GrammarAST label, GrammarAST astSuffix]
970 grammar.checkRuleReference(scope, $r, $rarg, currentRuleName);
972 if ( scope!=null ) {
973 scopeName = scope.getText();
982 if ( scope!=null ) { // scoped rule ref
983 Grammar scopeG = grammar.composite.getGrammar(scope.getText());
984 $code.add("scope", scopeG);
990 $code.add("scope", rde
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp571 Element* scope = selectionRoot ? selectionRoot : frame->document()->documentElement(); local
573 RefPtr<Range> testRange = Range::create(scope->document(), scope, 0, range->startContainer(), range->startOffset());
574 ASSERT(testRange->startContainer() == scope);
579 ASSERT(testRange->startContainer() == scope);
597 Element* scope = selectionRoot ? selectionRoot : frame->document()->documentElement(); local
598 RefPtr<Range> range = TextIterator::rangeFromLocationAndLength(scope, location, length);
/external/chromium/net/proxy/
H A Dproxy_resolver_v8.cc189 v8::HandleScope scope;
353 v8::HandleScope scope; local
404 v8::HandleScope scope; local
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32socketserver.cc749 CritScope scope(&cs_);
763 CritScope scope(&cs_);
776 CritScope scope(&cs_);

Completed in 704 milliseconds

1234567891011>>