Searched refs:preparser (Results 1 – 8 of 8) sorted by relevance
49 '../test/preparser/preparser.gyp:*',
188 DeclarationScope* function_scope, PreParser* preparser) in DataGatheringScope() argument190 preparser_(preparser), in DataGatheringScope()194 preparser->produced_preparsed_scope_data(); in DataGatheringScope()195 Zone* main_zone = preparser->main_zone(); in DataGatheringScope()198 preparser->set_produced_preparsed_scope_data( in DataGatheringScope()
107 DataGatheringScope(DeclarationScope* function_scope, PreParser* preparser);
875 PreParserTarget(ParserBase<PreParser>* preparser, in PreParserTarget() argument881 explicit PreParserTargetScope(ParserBase<PreParser>* preparser) {} in PreParserTargetScope() argument
110 sync_dir test/preparser
366 "src/parsing/preparser.cc",
2270 "src/parsing/preparser-logger.h",2271 "src/parsing/preparser.cc",2272 "src/parsing/preparser.h",
45148 Removed preparser library; link preparser executable against full V8.46057 Synced preparser and parser wrt syntax error in switch..case.46361 Fixed preparser for try statement. (issue 2109)46912 Sync parser and preparser on do-while and return statements. 47065 Made native syntax an early error in the preparser.47437 Fixed SConstruct to pass correct defines to samples/preparser when47620 Extended preparser to give early errors for some strict mode47765 Made preparser API be exported in shared libraries.47801 Introduced scons target to build the preparser stand-alone example.48215 preparser (Chromium issue 62639).