/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8MutationCallback.cpp | 60 v8::Context::Scope scope(v8Context);
|
NPV8Object.cpp | 180 v8::HandleScope scope(isolate); 241 v8::Context::Scope scope(context); 296 v8::Context::Scope scope(context); 344 v8::Context::Scope scope(context); 380 v8::Context::Scope scope(context); 414 v8::Context::Scope scope(context) [all...] |
PageScriptDebugServer.cpp | 85 v8::HandleScope scope(m_isolate); 87 v8::Context::Scope contextScope(debuggerContext); 166 v8::HandleScope scope(m_isolate); 175 v8::HandleScope scope(m_isolate);
|
V8DOMWrapper.cpp | 111 V8WrapperInstantiationScope scope(creationContext); 113 V8PerContextData* perContextData = V8PerContextData::from(scope.context()); 138 v8::HandleScope scope; local
|
V8ScriptRunner.cpp | 170 V8RecursionScope::MicrotaskSuppression scope; local 180 V8RecursionScope::MicrotaskSuppression scope; local 190 V8RecursionScope scope(context);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/ |
ContentDistributor.cpp | 192 if (ScopeContentDistribution* scope = root->scopeDistribution()) { 193 const Vector<RefPtr<InsertionPoint> >& insertionPoints = scope->ensureInsertionPointList(root); 332 if (ScopeContentDistribution* scope = root->scopeDistribution()) 333 scope->setInsertionPointAssignedTo(0);
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
ScriptProfile.cpp | 48 v8::HandleScope scope; local
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
CustomEventTest.cpp | 63 v8::Context::Scope scope(m_v8Context);
|
/external/chromium_org/v8/src/ |
compiler.cc | 184 return scope()->num_parameters(); 192 return scope()->num_heap_slots(); 230 function()->scope()->AllowsLazyCompilation() && 358 Scope* scope = info()->scope(); local 359 if ((scope->num_parameters() + 1) > parameter_limit) { 366 scope->num_parameters() + 1 + scope->num_stack_slots() > locals_limit) { 391 unoptimized.SetScope(info()->scope()); [all...] |
messages.cc | 48 HandleScope scope(isolate); 136 HandleScope scope(isolate); 197 HandleScope scope(isolate);
|
/external/chromium_org/v8/test/cctest/ |
test-log-stack-tracer.cc | 172 v8::HandleScope scope(args.GetIsolate()); 271 v8::HandleScope scope(CcTest::isolate()); 316 v8::HandleScope scope(CcTest::isolate()); 390 v8::HandleScope scope(CcTest::isolate());
|
test-assembler-ia32.cc | 52 HandleScope scope(isolate); 81 HandleScope scope(isolate); 120 HandleScope scope(isolate); 167 HandleScope scope(isolate); 203 HandleScope scope(isolate); 235 HandleScope scope(isolate); 262 HandleScope scope(isolate); 308 HandleScope scope(isolate); 343 HandleScope scope(isolate); 399 HandleScope scope(isolate) [all...] |
test-dictionary.cc | 46 v8::HandleScope scope(context->GetIsolate()); 110 v8::HandleScope scope(context->GetIsolate()); 143 v8::HandleScope scope(context->GetIsolate());
|
test-threads.cc | 40 v8::HandleScope scope(isolate); 42 v8::Context::Scope context_scope(context); 74 v8::HandleScope scope(isolate); 76 v8::Context::Scope context_scope(context); 115 v8::HandleScope scope(isolate); 117 v8::Context::Scope context_scope(context);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-131994.js | 30 // Test that a variable in the local scope that shadows a context-allocated 60 var x = 3; // Allocated in the local scope.
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
arguments-scope.js | 37 // in scope beforehand -- e.g. the arguments thing 42 // No need to undef-initialize something in scope already!
|
/external/chromium_org/v8/test/webkit/ |
for-in-var-scope.js | 25 "This tests that for/in statements properly scope a variable that's declared in one. " 28 + "Second, the code to set the loop variable would incorrectly walk the scope chain even after setting the loop variable."
|
/external/clang/lib/Sema/ |
TargetAttributesSema.cpp | 24 bool TargetAttributesSema::ProcessDeclAttribute(Scope *scope, Decl *D, 65 bool ProcessDeclAttribute(Scope *scope, Decl *D, 212 bool ProcessDeclAttribute(Scope *scope, Decl *D, 275 bool ProcessDeclAttribute(Scope *scope, Decl *D, const AttributeList &Attr,
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
p8-0x.cpp | 32 void scope() { function in namespace:PR10127
|
/external/smali/ |
gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
tipc.h | 185 signed char scope; member in struct:sockaddr_tipc
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
tipc.h | 185 signed char scope; member in struct:sockaddr_tipc
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
tipc.h | 185 signed char scope; member in struct:sockaddr_tipc
|
/external/chromium_org/chrome/renderer/extensions/ |
content_watcher.cc | 100 v8::HandleScope scope; local 101 v8::Context::Scope context_scope(frame->mainWorldScriptContext()); 103 ModuleSystem::NativesEnabledScope scope(module_system); 132 v8::HandleScope scope; local 138 v8::Context::Scope context_scope(frame->mainWorldScriptContext());
|
/external/chromium_org/v8/test/mjsunit/ |
debug-evaluate-locals-optimized-double.js | 93 assertEquals(debug.ScopeType.Local, frame.scope(0).scopeType()); 94 assertEquals(debug.ScopeType.Global, frame.scope(1).scopeType()); 98 frame.scope(0).scopeObject().value()[name]); 105 frame.scope(0).scopeObject().value()[arg_name]); 136 // The bottom frame only have the global scope. 138 assertEquals(debug.ScopeType.Global, frame.scope(0).scopeType());
|