HomeSort by relevance Sort by last modified time
    Searched refs:PreParsedScopeData (Results 1 - 6 of 6) sorted by null

  /external/v8/src/parsing/
preparsed-scope-data.h 15 class PreParsedScopeData {
17 PreParsedScopeData() {}
18 ~PreParsedScopeData() {}
26 ScopeScope(PreParsedScopeData* data, ScopeType scope_type,
33 PreParsedScopeData* data_;
51 DISALLOW_COPY_AND_ASSIGN(PreParsedScopeData);
preparsed-scope-data.cc 14 bool PreParsedScopeData::HasVariablesWhichNeedAllocationData(Scope* scope) {
31 PreParsedScopeData::ScopeScope::ScopeScope(PreParsedScopeData* data,
46 PreParsedScopeData::ScopeScope::~ScopeScope() {
68 void PreParsedScopeData::ScopeScope::MaybeAddVariable(Variable* var) {
parse-info.h 114 PreParsedScopeData* preparsed_scope_data() { return &preparsed_scope_data_; }
282 PreParsedScopeData preparsed_scope_data_;
parser.h 30 class PreParsedScopeData;
    [all...]
  /external/v8/src/ast/
scopes.h 22 class PreParsedScopeData;
593 void CollectVariableData(PreParsedScopeData* data);
822 PreParsedScopeData* preparsed_scope_data);
    [all...]
scopes.cc     [all...]

Completed in 551 milliseconds