Searched refs:constructor_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/ast/
H A Dast.h2774 FunctionLiteral* constructor() const { return constructor_; }
2775 void set_constructor(FunctionLiteral* f) { constructor_ = f; }
2819 constructor_(constructor),
2831 FunctionLiteral* constructor_; member in class:v8::internal::final
/external/v8/src/regexp/
H A Djsregexp.cc6503 : constructor_(constructor) { }
6506 DispatchTableConstructor* constructor_; member in class:v8::internal::AddDispatchRange
6511 constructor_->AddRange(CharacterRange::Range(from, entry.to()));

Completed in 76 milliseconds