Searched defs:name_is_strict_reserved (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/v8/src/ |
D | preparser.cc | 112 bool name_is_strict_reserved, FunctionKind kind, in ParseFunctionLiteral() 825 bool name_is_strict_reserved, FunctionKind kind, int function_token_pos, in ParseFunctionLiteral()
|
D | parser.cc | 746 bool name_is_strict_reserved, FunctionKind kind, in ParseFunctionLiteral() 3438 bool name_is_strict_reserved, FunctionKind kind, int function_token_pos, in ParseFunctionLiteral()
|
D | preparser.h | 2723 bool name_is_strict_reserved, int pos, bool* ok) { in ParseClassLiteral()
|