HomeSort by relevance Sort by last modified time
    Searched refs:scope_ (Results 26 - 50 of 67) sorted by null

12 3

  /external/v8/src/
compiler.h 62 Scope* scope() const { return scope_; }
102 ASSERT(scope_ == NULL);
103 scope_ = scope;
234 Scope* scope_; member in class:v8::internal::BASE_EMBEDDED
preparser.cc 59 Scope top_scope(&scope_, kTopLevelScope);
61 Scope function_scope(&scope_, kFunctionScope);
584 scope_->EnterWith();
586 scope_->LeaveWith();
752 scope_->EnterWith();
754 scope_->LeaveWith();
836 scope_->AddProperty();
    [all...]
compiler.cc 58 scope_(NULL),
73 scope_(NULL),
89 scope_(NULL),
106 !scope_->HasTrivialOuterContext() &&
107 !scope_->outer_scope_calls_non_strict_eval() &&
108 !scope_->inside_with();
full-codegen.cc 921 scope_ = stmt->block_scope();
922 Handle<ScopeInfo> scope_info = scope_->GetScopeInfo();
938 VisitDeclarations(scope_->declarations());
943 scope_ = saved_scope;
    [all...]
full-codegen.h 83 scope_(info->scope()),
563 Scope* scope() { return scope_; }
789 Scope* scope_; member in class:v8::internal::FullCodeGenerator
  /external/chromium_org/v8/src/
full-codegen.cc 602 ASSERT(scope_->is_global_scope());
705 if (scope_->num_modules() != 0) {
709 ASSERT(scope_->is_global_scope());
711 isolate()->factory()->NewFixedArray(scope_->num_modules(), TENURED);
721 if (scope_->num_modules() != 0) {
746 scope_ = block->scope();
747 Interface* interface = scope_->interface();
765 VisitDeclarations(scope_->declarations());
770 ModuleInfo::Create(isolate(), interface, scope_);
773 scope_ = saved_scope
    [all...]
preparser.cc 62 Scope top_scope(&scope_, kTopLevelScope);
64 Scope function_scope(&scope_, kFunctionScope);
583 Scope::InsideWith iw(scope_);
762 { Scope::InsideWith iw(scope_);
824 if (scope_->is_generator() && peek() == Token::YIELD) {
850 scope_->AddProperty();
    [all...]
compiler.h 76 Scope* scope() const { return scope_; }
172 ASSERT(scope_ == NULL);
173 scope_ = scope;
392 Scope* scope_; member in class:v8::internal::CompilationInfo
ast.h 465 Scope* scope() const { return scope_; }
466 void set_scope(Scope* scope) { scope_ = scope; }
478 scope_(NULL) {
484 Scope* scope_; member in class:v8::internal::V8_FINAL
492 Scope* scope() const { return scope_; }
504 scope_(scope) {
513 Scope* scope_; member in class:v8::internal::Declaration
1089 Scope* scope() { return scope_; }
1097 scope_(scope),
1102 Scope* scope_; member in class:v8::internal::V8_FINAL
1295 Scope* scope_; member in class:v8::internal::V8_FINAL
2389 Scope* scope_; member in class:v8::internal::V8_FINAL
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
macsocketserver_unittest.cc 113 scope_(server_.get()) {}
119 SocketServerScope scope_; member in class:talk_base::MacAsyncSocketTest
  /external/chromium_org/components/policy/core/common/
configuration_policy_provider_test.h 105 PolicyScope scope_; member in class:policy::PolicyProviderTestHarness
config_dir_policy_loader.cc 64 : AsyncPolicyLoader(task_runner), config_dir_(config_dir), scope_(scope) {}
169 policy_map.LoadFrom(dictionary_value, level, scope_);
219 policy.LoadFrom(policy_dictionary, level, scope_);
configuration_policy_provider_test.cc 151 : level_(level), scope_(scope) {}
160 return scope_;
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.h 56 scope_(info->scope()),
138 Scope* scope() const { return scope_; }
345 Scope* const scope_; member in class:v8::internal::LCodeGen
  /external/v8/src/ia32/
lithium-codegen-ia32.h 59 scope_(info->scope()),
149 Scope* scope() const { return scope_; }
329 Scope* const scope_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/x64/
lithium-codegen-x64.h 59 scope_(info->scope()),
140 Scope* scope() const { return scope_; }
326 Scope* const scope_; member in class:v8::internal::BASE_EMBEDDED
  /external/chromium_org/gin/
runner.cc 96 scope_(runner->context()) {
  /external/chromium_org/tools/gn/
builder_unittest.cc 76 scope_(&settings_) {
93 Scope scope_; member in class:__anon14614::BuilderTest
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 55 scope_(info->scope()),
169 Scope* scope() const { return scope_; }
374 Scope* const scope_; member in class:v8::internal::LCodeGen
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 57 scope_(info->scope()),
184 Scope* scope() const { return scope_; }
416 Scope* const scope_; member in class:v8::internal::LCodeGen
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 54 scope_(info->scope()),
168 Scope* scope() const { return scope_; }
400 Scope* const scope_; member in class:v8::internal::LCodeGen
  /external/v8/src/arm/
lithium-codegen-arm.h 57 scope_(info->scope()),
157 Scope* scope() const { return scope_; }
341 Scope* const scope_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/mips/
lithium-codegen-mips.h 57 scope_(info->scope()),
153 Scope* scope() const { return scope_; }
356 Scope* const scope_; member in class:v8::internal::BASE_EMBEDDED
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DefineGrammarItemsWalker.g 497 atom[GrammarAST scope_]
500 grammar.altReferencesRule( currentRuleName, $scope_, $rr, this.outerAltNum );
516 grammar.altReferencesRule( currentRuleName, $scope_, $t, this.outerAltNum );
  /external/chromium_org/v8/test/cctest/
test-log.cc 63 scope_(CcTest::isolate()),
102 v8::HandleScope scope_; member in class:__anon15327::ScopedLoggerInitializer

Completed in 767 milliseconds

12 3