Searched refs:CheckDelayedStrictModeViolation (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dpreparser.h639 void CheckDelayedStrictModeViolation(int beg_pos, int end_pos, bool* ok);
H A Dpreparser.cc75 CheckDelayedStrictModeViolation(start_position, end_pos, &ok);
1424 CheckDelayedStrictModeViolation(start_position, end_position, CHECK_OK);
1579 void PreParser::CheckDelayedStrictModeViolation(int beg_pos, function in class:v8::preparser::PreParser

Completed in 55 milliseconds