Searched refs:Scope (Results 176 - 200 of 427) sorted by last modified time

1234567891011>>

/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc1365 Scope* s = scope();
1424 for (Scope* s = scope(); s != var->scope(); s = s->outer_scope()) {
4773 Scope* declaration_scope = scope()->DeclarationScope();
H A Dlithium-codegen-mips64.h149 Scope* scope() const { return scope_; }
371 Scope* const scope_;
/external/chromium_org/v8/src/
H A Dmksnapshot.cc337 { Isolate::Scope isolate_scope(isolate);
355 v8::Context::Scope cscope(v8::Local<v8::Context>::New(isolate, context));
H A Dobjects.cc10876 CodeTracer::Scope trace_scope(GetIsolate()->GetCodeTracer());
11583 CodeTracer::Scope scope(code->GetHeap()->isolate()->GetCodeTracer());
H A Dobjects.h4093 // program and the allocation of the scope's variables. Scope information
4210 static Handle<ScopeInfo> Create(Scope* scope, Zone* zone);
6629 // [scope_info]: Scope info.
7154 // [scope_info]: Scope info.
H A Dparser.cc269 Scope* Parser::NewScope(Scope* parent, ScopeType scope_type) {
271 Scope* result =
272 new (zone()) Scope(parent, scope_type, ast_value_factory(), zone());
417 Scope* scope) {
657 Scope* scope, AstNodeFactory<AstConstructionVisitor>* factory, int pos) {
662 Scope* scope, AstNodeFactory<AstConstructionVisitor>* factory, int pos) {
698 const AstRawString* name, int pos, Scope* scope,
819 Scope* top_scope = NULL;
820 Scope* eval_scop
[all...]
H A Dparser.h353 typedef v8::internal::Scope Scope; typedef in struct:v8::internal::ParserTraits::Type
354 typedef v8::internal::Scope* ScopePtr;
434 Scope* scope, ObjectLiteralProperty* property, bool* has_function) {
451 void CheckPossibleEvalCall(Expression* expression, Scope* scope);
545 Expression* ThisExpression(Scope* scope,
548 Expression* SuperReference(Scope* scope,
561 const AstRawString* name, int pos, Scope* scope,
577 V8_INLINE Scope* NewScope(Scope* parent_scop
[all...]
H A Dpreparser.h43 // typedef Scope;
148 BlockState(typename Traits::Type::Scope** scope_stack,
149 typename Traits::Type::Scope* scope)
158 typename Traits::Type::Scope** scope_stack_;
159 typename Traits::Type::Scope* outer_scope_;
160 typename Traits::Type::Scope* scope_;
166 typename Traits::Type::Scope** scope_stack,
167 typename Traits::Type::Scope* scope,
172 typename Traits::Type::Scope** scope_stack,
173 typename Traits::Type::Scope** scop
1115 typedef PreParserScope Scope; typedef in struct:v8::internal::PreParserTraits::Type
[all...]
H A Dprettyprinter.cc617 void PrettyPrinter::PrintParameters(Scope* scope) {
748 void AstPrinter::PrintParameters(Scope* scope) {
H A Dprettyprinter.h51 void PrintParameters(Scope* scope);
81 void PrintParameters(Scope* scope);
H A Drewriter.cc233 Scope* scope = function->scope();
H A Druntime.cc12053 Scope* scope = NULL;
12067 if (Parser::Parse(&info) && Scope::Analyze(&info)) {
12074 if (Parser::Parse(&info) && Scope::Analyze(&info)) {
12318 void RetrieveScopeChain(Scope* scope,
12472 // 0: Scope type
12473 // 1: Scope object
12512 // 0: Scope type
12513 // 1: Scope object
H A Dscopeinfo.cc16 Handle<ScopeInfo> ScopeInfo::Create(Scope* scope, Zone* zone) {
550 Isolate* isolate, Interface* interface, Scope* scope) {
H A Dscopeinfo.h124 Isolate* isolate, Interface* interface, Scope* scope);
H A Dscopes.cc33 Variable* VariableMap::Declare(Scope* scope, const AstRawString* name,
68 // Implementation of Scope
70 Scope::Scope(Scope* outer_scope, ScopeType scope_type, function in class:v8::internal::Scope
93 Scope::Scope(Scope* inner_scope, function in class:v8::internal::Scope
121 Scope::Scope(Scop function in class:v8::internal::Scope
[all...]
H A Dscopes.h24 Variable* Declare(Scope* scope, const AstRawString* name, VariableMode mode,
41 // are allocated on-demand from Scope::NonLocal to avoid wasting memory
70 class Scope: public ZoneObject { class in namespace:v8::internal
75 Scope(Scope* outer_scope, ScopeType scope_type,
83 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope,
96 Scope* FinalizeBlockScope();
206 // Scope-specific info.
330 ZoneList<Scope*>* inner_scope
[all...]
H A Dtyping.cc38 Scope* scope = info->scope();
76 Scope* scope = info_->scope();
H A Dvariables.cc35 Variable::Variable(Scope* scope, const AstRawString* name, VariableMode mode,
H A Dvariables.h55 Variable(Scope* scope, const AstRawString* name, VariableMode mode,
69 Scope* scope() const { return scope_; }
139 Scope* scope_;
/external/chromium_org/v8/src/test/
H A Dtest-utils.h27 Isolate::Scope isolate_scope_;
43 Context::Scope context_scope_;
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc1340 Scope* s = scope();
1405 for (Scope* s = scope(); s != var->scope(); s = s->outer_scope()) {
4730 Scope* declaration_scope = scope()->DeclarationScope();
H A Dlithium-codegen-x64.h124 Scope* scope() const { return scope_; }
327 Scope* const scope_;
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc1295 Scope* s = scope();
1360 for (Scope* s = scope(); s != var->scope(); s = s->outer_scope()) {
4710 Scope* declaration_scope = scope()->DeclarationScope();
H A Dlithium-codegen-x87.h165 Scope* scope() const { return scope_; }
372 Scope* const scope_;
/external/chromium_org/v8/test/cctest/compiler/
H A Dfunction-tester.h59 CHECK(Scope::Analyze(&info));
77 CodeTracer::Scope tracing_scope(isolate->GetCodeTracer());

Completed in 404 milliseconds

1234567891011>>