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

/external/v8/src/
H A Dpreparser.h506 const char* name_opt) {
507 log_->LogMessage(location.beg_pos, location.end_pos, type, name_opt);
512 const char* name_opt) {
513 log_->LogMessage(start_pos, end_pos, type, name_opt);
504 ReportMessageAt(i::Scanner::Location location, const char* type, const char* name_opt) argument
509 ReportMessageAt(int start_pos, int end_pos, const char* type, const char* name_opt) argument

Completed in 107 milliseconds