Lines Matching refs:pre_data
575 ScriptDataImpl* pre_data) in Parser() argument
577 symbol_cache_(pre_data ? pre_data->symbol_count() : 0), in Parser()
586 pre_data_(pre_data), in Parser()
761 if (pre_data() != NULL) { in GetSymbol()
762 symbol_id = pre_data()->GetSymbolIdentifier(); in GetSymbol()
3621 if (is_lazily_compiled && pre_data() != NULL) { in ParseFunctionLiteral()
3622 FunctionEntry entry = pre_data()->GetFunctionEntry(function_block_pos); in ParseFunctionLiteral()
5152 ScriptDataImpl* pre_data = info->pre_parse_data(); in Parse() local
5153 Parser parser(script, allow_natives_syntax, info->extension(), pre_data); in Parse()
5154 if (pre_data != NULL && pre_data->has_error()) { in Parse()
5155 Scanner::Location loc = pre_data->MessageLocation(); in Parse()
5156 const char* message = pre_data->BuildMessage(); in Parse()
5157 Vector<const char*> args = pre_data->BuildArgs(); in Parse()