| /external/chromium_org/v8/test/cctest/ |
| test-types.cc | 206 HandleScope scope(isolate); 231 HandleScope scope(isolate); 245 HandleScope scope(isolate); 266 HandleScope scope(isolate); 351 HandleScope scope(isolate); 425 HandleScope scope(isolate); 608 HandleScope scope(isolate);
|
| test-disasm-x64.cc | 51 v8::HandleScope scope; local 402 CpuFeatureScope scope(&assm, SSE4_1);
|
| /external/v8/src/ |
| d8.cc | 450 HandleScope scope; local 584 Context::Scope context_scope(utility_context_); 596 Context::Scope context_scope(utility_context_); 607 Context::Scope context_scope(utility_context_); 618 v8::Context::Scope scope(Shell::evaluation_context_); 726 HandleScope scope; local 731 Context::Scope utility_scope(utility_context_); 735 // Install the debugger object in the utility scope 884 HandleScope scope; local 1231 HandleScope scope; local 1420 HandleScope scope; local [all...] |
| bootstrapper.cc | 303 HandleScope scope; local 1299 HandleScope scope; local 1332 HandleScope scope; local 1386 HandleScope scope; local 1418 HandleScope scope; local 1837 HandleScope scope; local 1915 HandleScope scope; local 2043 HandleScope scope; local 2088 HandleScope scope; local [all...] |
| /external/libsepol/src/ |
| write.c | 1805 scope_datum_t *scope = (scope_datum_t *) datum; local [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/xml/parser/ |
| XMLDocumentParser.cpp | 649 XMLDocumentParserScope scope(0); 874 XMLDocumentParserScope scope(document()->fetcher()); [all...] |
| /external/chromium_org/v8/src/ |
| ast.cc | 165 return scope()->AllowsLazyCompilation(); 170 return scope()->AllowsLazyCompilationWithoutContext(); 175 return scope()->start_position(); 180 return scope()->end_position(); 185 return scope()->language_mode(); [all...] |
| d8.js | 383 case 'scope': 743 // Create a JSON request for the scope command. 745 // Build a scope request from the text command. 746 var request = this.createRequest('scope'); [all...] |
| d8.cc | 92 HandleScope scope(isolate); 245 v8::Context::Scope context_scope(context); 616 v8::Context::Scope context_scope(utility_context); 635 v8::Context::Scope context_scope(context); 651 v8::Context::Scope context_scope(context); 667 v8::Context::Scope context_scope(context); 775 HandleScope scope(isolate); 784 v8::Context::Scope context_scope(utility_context); 788 // Install the debugger object in the utility scope 946 HandleScope scope(isolate) [all...] |
| parser.h | 450 Scope* scope, 500 Scope* outer_scope_; 563 Scope* DeclarationScope(VariableMode mode) { 704 // For harmony block scoping mode: Check if the scope has conflicting var/let 710 // The var declarations are hoisted to the function scope, but originate from 711 // a scope where the name has also been let bound or the var declaration is 712 // hoisted over such a scope. 713 void CheckConflictingVarDeclarations(Scope* scope, bool* ok) [all...] |
| stub-cache.cc | 767 HandleScope scope(isolate); 814 HandleScope scope(isolate); 833 HandleScope scope(isolate); [all...] |
| /external/iproute2/doc/ |
| ip-cref.tex | 616 \item \verb|scope SCOPE_VALUE| 618 --- the scope of the area where this address is valid. 620 Predefined scope values are: 638 \item \verb|ip addr add 127.0.0.1/8 dev lo brd + scope host| 689 \item \verb|scope SCOPE_VAL| 691 --- only list addresses with this scope. 731 inet 193.233.7.90/24 brd 193.233.7.255 scope global eth0 732 inet6 3ffe:2400:0:1:2a0:ccff:fe66:1878/64 scope global dynamic 734 inet6 fe80::2a0:ccff:fe66:1878/10 scope link 743 additional address attributes: scope value (see Sec.\ref{IP-ADDR-ADD} [all...] |
| /external/chromium_org/base/debug/ |
| trace_event_unittest.cc | 455 } // Scope close causes TRACE_EVENT0 etc to send their END events. 503 std::string scope; local 504 EXPECT_TRUE((item && item->GetString("s", &scope))); 505 EXPECT_EQ("g", scope); 509 std::string scope; local 510 EXPECT_TRUE((item && item->GetString("s", &scope))); 511 EXPECT_EQ("p", scope); 517 std::string scope; local 518 EXPECT_TRUE((item && item->GetString("s", &scope))); 519 EXPECT_EQ("t", scope); [all...] |
| /external/v8/test/cctest/ |
| test-regexp.cc | 74 v8::HandleScope scope; local 84 v8::HandleScope scope; local 97 v8::HandleScope scope; local 115 v8::HandleScope scope; local 387 v8::HandleScope scope; local 471 ZoneScope scope(Isolate::Current(), DELETE_ON_EXIT); 516 v8::HandleScope scope; local [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/dom/ |
| Element.cpp | [all...] |
| /art/runtime/ |
| common_throws.cc | 255 void ThrowNoSuchFieldError(const StringPiece& scope, mirror::Class* c, 260 msg << "No " << scope << "field " << name << " of type " << type
|
| /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/ |
| gUnit.g | 96 scope {
|
| /external/chromium_org/content/child/npapi/ |
| webplugin_delegate_impl_gtk.cc | 431 base::StatsScope<base::StatsRate> scope(plugin_paint); 461 base::StatsScope<base::StatsRate> scope(plugin_paint);
|
| /external/chromium_org/media/audio/mac/ |
| audio_manager_mac.cc | 312 AudioObjectPropertyScope scope, 319 pa.mScope = scope;
|
| /external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
| V8Binding.cpp | 436 v8::EscapableHandleScope scope(isolate); 438 return scope.Escape(result);
|
| /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
| V8InjectedScriptHostCustom.cpp | 67 v8::HandleScope scope(value.isolate()); 76 v8::HandleScope scope(isolate); 78 v8::Context::Scope contextScope(context);
|
| V8WindowCustom.cpp | 335 v8::Context::Scope scope(m_dialogContext); 343 v8::Context::Scope scope(m_dialogContext);
|
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
| DebuggerModel.js | 651 var scope = selectedCallFrame.scopeChain[i]; 652 var object = WebInspector.RemoteObject.fromPayload(scope.object); 869 * @return {!Array.<!DebuggerAgent.Scope>} [all...] |
| /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
| _solaris.h | 215 PRThreadScope scope, 783 PRThreadPriority priority, PRThreadScope scope, PRThreadState state,
|
| /external/chromium_org/v8/samples/ |
| process.cc | 148 HandleScope scope(args.GetIsolate()); 158 // Create a handle scope to hold the temporary references. 177 Context::Scope context_scope(context); 260 // Create a handle scope to keep the temporary object references. 268 Context::Scope context_scope(context); 313 // Handle scope for temporary handles. 335 // Return the result through the current handle scope. Since each 336 // of these handles will go away when the handle scope is deleted 338 // outer handle scope. 408 // Again, return the result through the current handle scope [all...] |