/external/chromium_org/v8/test/cctest/ |
test-code-stubs-x64.cc | 129 HandleScope scope(isolate);
|
test-date.cc | 124 v8::HandleScope scope(isolate);
|
cctest.h | 211 v8::HandleScope scope(isolate); 223 v8::HandleScope scope(isolate_);
|
test-hashing.cc | 156 HandleScope scope(isolate); 193 HandleScope scope(isolate); 235 v8::Context::Scope context_scope(v8::Context::New(isolate)); 256 v8::Context::Scope context_scope(v8::Context::New(isolate));
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
block-let-semantics.js | 107 // initialized upon entering a function / block scope. 131 // Test that a function declaration sees the scope it resides in.
|
/external/v8/test/cctest/ |
test-cpu-profiler.cc | 33 v8::HandleScope scope; local 88 i::HandleScope scope; local 301 v8::HandleScope scope; local 347 v8::HandleScope scope; local
|
test-date.cc | 122 v8::HandleScope scope; local
|
/external/v8/test/mjsunit/harmony/ |
block-let-semantics.js | 107 // initialized upon entering a function / block scope. 131 // Test that a function declaration sees the scope it resides in.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_genexps.py | 59 Test running gen when defining function is out of scope
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_genexps.py | 59 Test running gen when defining function is out of scope
|
/external/chromium_org/chrome/browser/history/ |
history_unittest.cc | 1302 static const void* scope = static_cast<void*>(this); local 1347 scope, 3, existing_url, history::RedirectList(), local 1377 static const void* scope = static_cast<void*>(this); local [all...] |
/external/v8/src/arm/ |
builtins-arm.cc | 671 FrameScope scope(masm, StackFrame::INTERNAL); 691 FrameScope scope(masm, StackFrame::INTERNAL); 716 FrameScope scope(masm, StackFrame::CONSTRUCT); [all...] |
/external/v8/src/ia32/ |
builtins-ia32.cc | 90 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); [all...] |
/external/v8/src/mips/ |
builtins-mips.cc | 687 FrameScope scope(masm, StackFrame::INTERNAL); 707 FrameScope scope(masm, StackFrame::INTERNAL); 739 FrameScope scope(masm, StackFrame::CONSTRUCT); [all...] |
/external/v8/src/x64/ |
builtins-x64.cc | 89 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); [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
AST.stg | 165 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/chromium/testing/gmock/scripts/ |
gmock_doctor.py | 396 r'(was not declared in this scope|has not been declared)') 452 r'error: \'(?P<type>.+)\' was not declared in this scope\n' 459 r'error: \'(?P<type>.+)\' was not declared in this scope\n' 461 r'.*error: \'.+\' was not declared in this scope')
|
/external/chromium_org/chrome/browser/policy/ |
configuration_policy_provider_test.cc | 58 PolicyScope scope) 59 : level_(level), scope_(scope) {}
|
policy_bundle_unittest.cc | 47 // - kPolicyClashing1 mapped to |value|, with |level| and |scope| 53 PolicyScope scope) { 56 policy->Set(kPolicyClashing1, level, scope, 182 // - kPolicyClashing1 comes from bundle1, which has the highest level/scope
|
/external/chromium_org/content/renderer/pepper/ |
npapi_glue.cc | 47 v8::Context::Scope context_scope(context); 180 v8::HandleScope scope(instance->GetIsolate()); 191 v8::HandleScope scope(test_isolate); 192 v8::Isolate::Scope isolate_scope(test_isolate); 214 // before letting this class go out of scope, or the exception will have
|
/external/chromium_org/ppapi/tests/ |
test_net_address_private.cc | 164 uint32_t scope; member in struct:__anon11966 172 { // Non-zero scope. 200 { // ... with non-zero scope. 208 { // ... with non-zero scope. 221 test_cases[i].scope);
|
/external/chromium_org/remoting/webapp/ |
client_screen.js | 256 * @param {string} scope OAuth scope to request the token for. 261 tokenUrl, hostPublicKey, scope, onThirdPartyTokenFetched) { 263 tokenUrl, hostPublicKey, scope, host.tokenUrlPatterns,
|
/external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/ |
dom-perf.js | 67 // [].forEach(func, scope); 70 Array.prototype.forEach = function(callback, scope) { 71 callback = hitch(scope, callback);
|
/external/chromium_org/v8/src/ |
mksnapshot.cc | 352 HandleScope scope(isolate); 353 v8::Context::Scope(v8::Local<v8::Context>::New(isolate, context)); 392 { HandleScope scope(isolate);
|
scopes.h | 47 Variable* Declare(Scope* scope, 64 // The dynamic scope part holds hash maps for the variables that will 66 // are allocated on-demand from Scope::NonLocal to avoid wasting memory 95 class Scope: public ZoneObject { 100 Scope(Scope* outer_scope, ScopeType scope_type, Zone* zone); 102 // Compute top scope and allocate variables. For lazy compilation the top 103 // scope only contains the single lazily compiled function, so this 107 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope [all...] |