Home | History | Annotate | Download | only in src

Lines Matching refs:FunctionLiteral

154 bool FunctionLiteral::AllowsLazyCompilation() {
159 int FunctionLiteral::start_position() const {
164 int FunctionLiteral::end_position() const {
169 LanguageMode FunctionLiteral::language_mode() const {
194 ObjectLiteral::Property::Property(bool is_getter, FunctionLiteral* value) {
1093 void AstConstructionVisitor::VisitFunctionLiteral(FunctionLiteral* node) {