/external/chromium_org/v8/src/ |
typing.cc | 37 Scope* scope = info->scope(); local 41 if (scope->is_function_scope() && scope->function() != NULL) { 42 RECURSE(visitor->VisitVariableDeclaration(scope->function())); 44 RECURSE(visitor->VisitDeclarations(scope->declarations())); 75 Scope* scope = info_->scope(); local [all...] |
parser.cc | 328 Scope* Parser::NewScope(Scope* parent, ScopeType scope_type) { 329 Scope* result = new(zone()) Scope(parent, scope_type, zone()); 446 Scope* scope) { 450 scope->DeclarationScope()->RecordEvalCall(); 684 Scope* scope, 686 return factory->NewVariableProxy(scope->receiver()) 863 { Scope* scope = NewScope(scope_, GLOBAL_SCOPE); local 998 Scope* scope = NewScope(scope_, GLOBAL_SCOPE); local 1101 Scope* scope = NewScope(scope_, EVAL_SCOPE); local 1245 Scope* scope = NewScope(scope_, MODULE_SCOPE); local 1357 Scope* scope = NewScope(scope_, MODULE_SCOPE); local 3365 Scope* scope = local [all...] |
prettyprinter.cc | 585 void PrettyPrinter::PrintParameters(Scope* scope) { 587 for (int i = 0; i < scope->num_parameters(); i++) { 589 PrintLiteral(scope->parameter(i)->name(), false); 606 PrintParameters(function->scope()); 608 PrintDeclarations(function->scope()->declarations()); 698 PrintParameters(program->scope()); 699 PrintDeclarations(program->scope()->declarations()); 716 void AstPrinter::PrintParameters(Scope* scope) { [all...] |
full-codegen.cc | 322 info->function()->scope()->AllowsLazyCompilation()); 592 Scope* scope = module->body()->scope(); local 593 Interface* interface = scope->interface(); 596 interface->Allocate(scope->module_var()->index()); 599 ASSERT(scope->interface()->Index() >= 0); 600 __ Push(Smi::FromInt(scope->interface()->Index())); 601 __ Push(scope->GetScopeInfo()); 606 AllocateModules(scope->declarations()) 777 Scope* scope = module->body()->scope(); local [all...] |
/external/chromium_org/v8/test/cctest/ |
test-assembler-ia32.cc | 52 HandleScope scope(isolate); 78 HandleScope scope(isolate); 114 HandleScope scope(isolate); 157 HandleScope scope(isolate); 187 HandleScope scope(isolate); 215 HandleScope scope(isolate); 239 HandleScope scope(isolate); 281 HandleScope scope(isolate); 312 HandleScope scope(isolate); 365 HandleScope scope(isolate) [all...] |
test-heap-profiler.cc | 176 v8::HandleScope scope(env2->GetIsolate()); 212 v8::HandleScope scope(env->GetIsolate()); 245 v8::HandleScope scope(env->GetIsolate()); 285 v8::HandleScope scope(env->GetIsolate()); 311 v8::HandleScope scope(env->GetIsolate()); 357 // literal, while compiled code does. The scope info is stored in FixedArray 387 v8::HandleScope scope(env->GetIsolate()); 406 v8::HandleScope scope(env->GetIsolate()); 434 v8::HandleScope scope(isolate); 478 v8::HandleScope scope(env->GetIsolate()) [all...] |
test-thread-termination.cc | 124 v8::HandleScope scope(CcTest::isolate()); 129 v8::Context::Scope context_scope(context); 144 v8::HandleScope scope(CcTest::isolate()); 149 v8::Context::Scope context_scope(context); 184 v8::HandleScope scope(CcTest::isolate()); 189 v8::Context::Scope context_scope(context); 246 v8::HandleScope scope(isolate); 258 v8::Context::Scope context_scope(context); 304 v8::HandleScope scope(isolate); 309 v8::Context::Scope context_scope(context) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/ |
popup.js | 103 var scope = incognito ? 'incognito_session_only' : 'regular'; 104 pref.set({'value': enabled, 'scope': scope});
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/ |
popup.js | 103 var scope = incognito ? 'incognito_session_only' : 'regular'; 104 pref.set({'value': enabled, 'scope': scope});
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
EventPath.cpp | 233 EventTarget* EventPath::findRelatedNode(TreeScope* scope, RelatedTargetMap& relatedTargetMap) 237 while (scope) { 238 parentTreeScopes.append(scope); 239 RelatedTargetMap::const_iterator iter = relatedTargetMap.find(scope); 244 scope = scope->olderShadowRootOrParentTreeScope();
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2073.js | 38 function Scope() { 48 Scope.prototype = { 81 function inc(scope) { 82 scope.counter = scope.counter + 1; 85 var $root = new Scope();
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.help.base_3.5.2.v201011171123.jar | |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptDebugServer.cpp | 90 v8::HandleScope scope(m_isolate); 92 v8::Context::Scope contextScope(debuggerContext); 112 v8::HandleScope scope(m_isolate); 114 v8::Context::Scope contextScope(debuggerContext); 126 v8::HandleScope scope(m_isolate); 128 v8::Context::Scope contextScope(debuggerContext); 137 v8::HandleScope scope(m_isolate); 139 v8::Context::Scope contextScope(debuggerContext); 152 v8::HandleScope scope(m_isolate); 153 v8::Context::Scope contextScope(v8::Debug::GetDebugContext()) [all...] |
V8AbstractEventListener.cpp | 69 v8::HandleScope scope(m_isolate); 90 ScriptState::Scope scope(scriptState());
|
/art/runtime/ |
native_bridge_art_interface.cc | 30 StackHandleScope<1> scope(soa.Self()); 32 MethodHelper mh(scope.NewHandle(m));
|
/external/chromium_org/chrome/browser/resources/extensions/ |
extension_commands_overlay.css | 63 .command-scope {
|
/external/chromium_org/gin/modules/ |
timer_unittest.cc | 58 scope(runner.get()), 75 Runner::Scope scope; member in struct:gin::__anon12425::TestHelper
|
/external/chromium_org/media/formats/webm/ |
webm_content_encodings_client.cc | 94 if (cur_content_encoding_->scope() == ContentEncoding::kScopeInvalid) 164 if (cur_content_encoding_->scope() != ContentEncoding::kScopeInvalid) { 180 cur_content_encoding_->set_scope(static_cast<ContentEncoding::Scope>(val));
|
/external/chromium_org/remoting/host/ |
token_validator_factory_impl_unittest.cc | 33 // Bad scope: no nonce element. 105 static std::string CreateResponse(const std::string& scope) { 109 response_dict.SetString("scope", scope);
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
CryptoResultImpl.cpp | 127 ScriptState::Scope scope(scriptState); 158 ScriptState::Scope scope(scriptState);
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/polyfills/ |
fetchPolyfill.js | 51 }(self)); // window or worker global scope
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
java_extension.cc | 92 const string& scope, 95 vars["scope"] = scope; 157 " $scope$.getDefaultInstance(),\n" 210 "registry.add($scope$.$name$);\n", 211 "scope", scope_,
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
sctp_output.h | 49 struct sctp_scoping *scope, 60 struct sctp_scoping *scope,
|
/external/chromium_org/tools/gn/ |
function_get_target_outputs_unittest.cc | 17 setup_.scope()->set_item_collector(&items_); 24 return functions::RunGetTargetOutputs(setup_.scope(), &function, args, err); 56 Scope::ItemVector items_;
|
scope.h | 29 // Scope for the script execution. 31 // Scopes are nested. Writing goes into the toplevel scope, reading checks 35 // A containing scope can be const or non-const. The const containing scope is 37 // many invocations. A const containing scope, however, prevents us from 39 // variables. So you should use a non-const containing scope whenever possible. 40 class Scope { 52 ProgrammaticProvider(Scope* scope) : scope_(scope) { [all...] |