Searched refs:scope_ (Results 1 - 22 of 22) sorted by relevance

/external/v8/src/
H A Dvariables.cc64 : scope_(scope),
87 return mode_ != TEMPORARY && scope_ != NULL && scope_->is_global_scope();
H A Dpreparser.h123 scope_(NULL),
489 Scope top_scope(&scope_, kTopLevelScope);
496 } else if (!scope_->is_classic_mode()) {
602 scope_->set_language_mode(language_mode);
606 return scope_->language_mode() == i::CLASSIC_MODE;
610 return scope_->language_mode() == i::EXTENDED_MODE;
613 i::LanguageMode language_mode() { return scope_->language_mode(); }
648 Scope* scope_; member in class:v8::preparser::PreParser
H A Dvariables.h94 Scope* scope() const { return scope_; }
168 Scope* scope_; member in class:v8::internal::Variable
H A Dcompiler.h62 Scope* scope() const { return scope_; }
102 ASSERT(scope_ == NULL);
103 scope_ = scope;
234 Scope* scope_; member in class:v8::internal::BASE_EMBEDDED
H A Dpreparser.cc59 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();
1202 scope_->NextMaterializedLiteralIndex();
1312 scope_->NextMaterializedLiteralIndex();
1326 scope_
[all...]
H A Dcompiler.cc58 scope_(NULL),
73 scope_(NULL),
89 scope_(NULL),
106 !scope_->HasTrivialOuterContext() &&
107 !scope_->outer_scope_calls_non_strict_eval() &&
108 !scope_->inside_with();
H A Dfull-codegen.cc921 scope_ = stmt->block_scope();
922 Handle<ScopeInfo> scope_info = scope_->GetScopeInfo();
938 VisitDeclarations(scope_->declarations());
943 scope_ = saved_scope;
1235 scope_ = stmt->scope();
1236 ASSERT(scope_->declarations()->is_empty());
1243 scope_ = saved_scope;
H A Dfull-codegen.h83 scope_(info->scope()),
563 Scope* scope() { return scope_; }
789 Scope* scope_; member in class:v8::internal::FullCodeGenerator
H A Dast.h450 Scope* scope() const { return scope_; }
462 scope_(scope) {
474 Scope* scope_; member in class:v8::internal::Declaration
1145 Scope* scope() { return scope_; }
1158 scope_(scope),
1164 Scope* scope_; member in class:v8::internal::TryCatchStatement
2036 Scope* scope() const { return scope_; }
2104 scope_(scope),
2125 Scope* scope_; member in class:v8::internal::FunctionLiteral
H A Dheap.h2416 scope_(scope) {
2421 ASSERT(scope_ < kNumberOfScopes); // scope_ is unsigned.
2422 tracer_->scopes_[scope_] += OS::TimeCurrentMillis() - start_time_;
2427 ScopeId scope_;
H A Disolate.h1314 scope_(Isolate::Current()),
1323 HandleScope scope_; member in class:v8::internal::BASE_EMBEDDED
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.h68 string scope_; member in class:google::protobuf::compiler::java::ExtensionGenerator
H A Djava_extension.cc81 scope_ = ClassName(descriptor_->extension_scope());
83 scope_ = ClassName(descriptor_->file());
135 vars["scope"] = scope_;
194 "scope", scope_,
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h59 scope_(info->scope()),
149 Scope* scope() const { return scope_; }
329 Scope* const scope_; member in class:v8::internal::BASE_EMBEDDED
/external/v8/src/x64/
H A Dlithium-codegen-x64.h59 scope_(info->scope()),
140 Scope* scope() const { return scope_; }
326 Scope* const scope_; member in class:v8::internal::BASE_EMBEDDED
/external/v8/src/arm/
H A Dlithium-codegen-arm.h57 scope_(info->scope()),
157 Scope* scope() const { return scope_; }
341 Scope* const scope_; member in class:v8::internal::BASE_EMBEDDED
/external/v8/src/mips/
H A Dlithium-codegen-mips.h57 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/
H A DDefineGrammarItemsWalker.g497 atom[GrammarAST scope_]
500 grammar.altReferencesRule( currentRuleName, $scope_, $rr, this.outerAltNum );
516 grammar.altReferencesRule( currentRuleName, $scope_, $t, this.outerAltNum );
H A DTreeToNFAConverter.g647 | ^( DOT scope_=ID a=atom[$scope_.text] {$g = $a.g;} ) // scope override
/external/v8/test/cctest/
H A Dtest-log.cc39 scope_(),
80 v8::HandleScope scope_; member in class:__anon13999::ScopedLoggerInitializer
H A Dtest-regexp.cc692 : env_(), scope_(), zone_(Isolate::Current(), DELETE_ON_EXIT) {
702 v8::HandleScope scope_; member in class:ContextInitializer
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 557 milliseconds