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

/external/v8/src/ast/
H A Dast.h2806 FunctionLiteral* constructor() const { return constructor_; }
2807 void set_constructor(FunctionLiteral* f) { constructor_ = f; }
2852 constructor_(constructor),
2864 FunctionLiteral* constructor_; member in class:v8::internal::final
/external/v8/src/regexp/
H A Djsregexp.cc6498 : constructor_(constructor) { }
6501 DispatchTableConstructor* constructor_; member in class:v8::internal::AddDispatchRange
6506 constructor_->AddRange(CharacterRange::Range(from, entry.to()));

Completed in 194 milliseconds