HomeSort by relevance Sort by last modified time
    Searched refs:is_getter (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
preparser.cc 953 bool is_getter = false; local
955 ParseIdentifierOrGetOrSet(&is_getter, &is_setter, CHECK_OK);
956 if ((is_getter || is_setter) && peek() != i::Token::COLON) {
    [all...]
ast.cc 188 ObjectLiteral::Property::Property(bool is_getter, FunctionLiteral* value) {
192 kind_ = is_getter ? GETTER : SETTER;
parser.h 530 ObjectLiteral::Property* ParseObjectLiteralGetSet(bool is_getter, bool* ok);
parser.cc 3357 bool is_getter = false; local
    [all...]
ast.h 933 Property(bool is_getter, FunctionLiteral* value);
    [all...]
objects.h     [all...]
objects.cc     [all...]

Completed in 866 milliseconds