Home
last modified time | relevance | path

Searched refs:is_rest_property (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/parsing/
Dparser-base.h1133 bool* is_rest_property, bool* ok);
2362 bool* is_rest_property, in ParseObjectPropertyDefinition() argument
2387 *is_rest_property = true; in ParseObjectPropertyDefinition()
2574 bool is_rest_property = false; in ParseObjectLiteral() local
2576 &checker, &is_computed_name, &is_rest_property, CHECK_OK); in ParseObjectLiteral()
2582 if (is_rest_property) { in ParseObjectLiteral()