HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 101 - 125 of 382) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/test/cctest/
test-thread-termination.cc 124 v8::HandleScope scope; local
128 v8::Context::Scope context_scope(context);
144 v8::HandleScope scope; local
148 v8::Context::Scope context_scope(context);
180 v8::HandleScope scope; local
183 v8::Context::Scope context_scope(context);
203 v8::HandleScope scope; local
208 v8::Context::Scope context_scope(context);
294 v8::HandleScope scope; local
303 v8::Context::Scope context_scope(context)
345 v8::HandleScope scope; local
    [all...]
test-serialize.cc 282 v8::HandleScope scope; local
298 v8::HandleScope scope; local
311 v8::HandleScope scope; local
324 v8::HandleScope scope; local
341 v8::HandleScope scope; local
363 { HandleScope scope; local
484 { HandleScope scope; local
654 // but using an always-allocate scope is fine for now.
test-heap.cc 19 v8::HandleScope scope; local
218 // Allocate an object. Unrooted after leaving the scope.
263 v8::HandleScope scope; local
286 v8::HandleScope scope; local
303 HandleScope scope; local
351 HandleScope scope; local
389 HandleScope scope; local
427 HandleScope scope; local
757 v8::HandleScope scope; local
805 v8::HandleScope scope; local
885 v8::HandleScope scope; local
911 v8::HandleScope scope; local
990 v8::HandleScope scope; local
1000 { v8::HandleScope scope; local
1064 v8::HandleScope scope; local
1081 v8::HandleScope scope; local
1194 v8::HandleScope scope; local
1294 v8::HandleScope scope; local
    [all...]
  /external/v8/src/
scopeinfo.h 37 // Scope information represents information about a functions's
39 // and the allocation of the scope's variables. Scope information
54 // Create a ScopeInfo instance from a scope.
55 explicit ScopeInfo(Scope* scope);
60 // Creates a SerializedScopeInfo holding the serialized scope info.
102 // This object provides quick access to scope info details for runtime
112 // Does this scope call eval?
115 // Does this scope have an arguments shadow
    [all...]
compiler.h 58 Scope* scope() const { return scope_; } function in class:v8::internal::BASE_EMBEDDED
96 void SetScope(Scope* scope) {
98 scope_ = scope;
199 // The scope of the function literal as a convenience. Set to indicate
201 Scope* scope_;
runtime.cc 480 HandleScope scope(isolate);
497 HandleScope scope(isolate);
523 HandleScope scope(isolate);
549 HandleScope scope(isolate);
568 HandleScope scope(isolate);
812 HandleScope scope(isolate);
    [all...]
api.cc 601 i::HandleScope scope(isolate);
621 i::HandleScope scope(isolate);
638 "Local scope has already been closed")) {
739 i::HandleScope scope(isolate);
881 i::HandleScope scope(isolate);
928 i::HandleScope scope(isolate);
1493 v8::HandleScope scope; local
1580 HandleScope scope; local
1594 HandleScope scope; local
1611 HandleScope scope; local
1628 HandleScope scope; local
1747 HandleScope scope; local
1777 HandleScope scope; local
1854 HandleScope scope; local
1870 HandleScope scope; local
1886 HandleScope scope; local
2722 HandleScope scope; local
3197 HandleScope scope; local
3572 HandleScope scope; local
5054 v8::HandleScope scope; local
    [all...]
compiler.cc 238 Scope* scope = info->scope(); local
239 if ((scope->num_parameters() + 1) > parameter_limit ||
241 scope->num_parameters() + 1 + scope->num_stack_slots() > locals_limit)) {
269 unoptimized.SetScope(info->scope());
329 if (Rewriter::Rewrite(info) && Scope::Analyze(info)) {
347 SerializedScopeInfo::Create(info->scope());
416 SerializedScopeInfo::Create(info->scope()));
    [all...]
prettyprinter.cc 553 void PrettyPrinter::PrintParameters(Scope* scope) {
555 for (int i = 0; i < scope->num_parameters(); i++) {
557 PrintLiteral(scope->parameter(i)->name(), false);
574 PrintParameters(function->scope());
576 PrintDeclarations(function->scope()->declarations());
692 PrintParameters(program->scope());
693 PrintDeclarations(program->scope()->declarations());
710 void AstPrinter::PrintParameters(Scope* scope) {
    [all...]
accessors.cc 116 HandleScope scope(isolate);
318 HandleScope scope(isolate);
390 HandleScope scope; local
527 HandleScope scope; local
595 HandleScope scope(isolate);
684 HandleScope scope(isolate);
  /external/webkit/Source/WebCore/bindings/v8/
ScriptValue.cpp 43 ScriptScope scope(scriptState);
49 ScriptScope scope(scriptState);
132 v8::Context::Scope contextScope(scriptState->context());
V8AbstractEventListener.cpp 66 v8::HandleScope scope; local
100 v8::Context::Scope scope(v8Context);
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 66 const CMDeviceScope scope = { kCFPreferencesCurrentUser, kCFPreferencesCurrentHost };
67 int error = CMSetDeviceProfile(cmDisplayDeviceClass, (CMDeviceID)kCGDirectMainDisplay, &scope, cmDefaultProfileID, &sInitialProfileLocation);
76 const CMDeviceScope scope = { kCFPreferencesCurrentUser, kCFPreferencesCurrentHost };
95 error = CMSetDeviceProfile(cmDisplayDeviceClass, (CMDeviceID)kCGDirectMainDisplay, &scope, cmDefaultProfileID, &location);
  /external/doclava/src/com/google/doclava/
MemberInfo.java 93 public String scope() { method in class:MemberInfo
103 throw new RuntimeException("invalid scope for object " + this);
  /external/webkit/LayoutTests/dom/html/level2/html/
table29.js 78 Scope covered by header cells.
79 The value of attribute scope of the tablecell element is read and checked against the expected value.
101 vscope = testNode.scope;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
table29.js 78 Scope covered by header cells.
79 The value of attribute scope of the tablecell element is read and checked against the expected value.
101 vscope = testNode.scope;
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CustomVoidCallback.cpp 60 v8::Context::Scope scope(v8Context);
V8HTMLAudioElementConstructor.cpp 86 v8::HandleScope scope;
V8HTMLImageElementConstructor.cpp 97 v8::HandleScope scope;
V8HTMLOptionElementConstructor.cpp 95 v8::HandleScope scope;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tipc.h 185 signed char scope; member in struct:sockaddr_tipc
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 668 // Allocate new label scope.
669 LabelScope scope(type, name, scopeDepth(), newLabel(), type == LabelScope::Loop ? newLabel() : PassRefPtr<Label>()); // Only loops have continue targets.
670 m_labelScopes.append(scope);
1182 JSObject* scope = iter->get(); local
1866 ControlFlowContext scope; local
1906 LabelScope* scope = &m_labelScopes[i]; local
1916 LabelScope* scope = &m_labelScopes[i]; local
1936 LabelScope* scope = &m_labelScopes[i]; local
1949 LabelScope* scope = &m_labelScopes[i]; local
    [all...]
  /external/chromium/chrome/browser/history/
history_unittest.cc 466 // to have a non-NULL page ID scope.
607 static const void* scope = static_cast<void*>(this); local
611 history->AddPage(existing_url, scope, 0, GURL(),
630 history->AddPage(link_url, scope, 0, GURL(),
648 history->AddPage(GURL("http://www.google.com/foo"), scope, 3, existing_url,
680 static const void* scope = static_cast<void*>(this); local
683 history->AddPage(url0, scope, 0, GURL(),
686 history->AddPage(url1, scope, 0, GURL(),
699 history->AddPage(url2, scope, 0, GURL(),
713 history->AddPage(url2, scope, 0, GURL()
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 562 Element* scope = selectionRoot ? selectionRoot : frame->document()->documentElement(); local
563 RefPtr<Range> range = TextIterator::rangeFromLocationAndLength(scope, location, length);
585 Element* scope = selectionRoot ? selectionRoot : frame->document()->documentElement(); local
587 RefPtr<Range> testRange = Range::create(scope->document(), scope, 0, range->startContainer(), range->startOffset());
588 ASSERT(testRange->startContainer() == scope);
593 ASSERT(testRange->startContainer() == scope);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm.h 393 /** #SND_PCM_TYPE_METER scope handle */
    [all...]

Completed in 325 milliseconds

1 2 3 45 6 7 8 91011>>