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

  /external/v8/src/
ast.cc 135 ObjectLiteral::Property::Property(bool is_getter, FunctionLiteral* value) {
138 kind_ = is_getter ? GETTER : SETTER;
parser.cc 3540 bool is_getter = false; local
    [all...]
ast.h 803 Property(bool is_getter, FunctionLiteral* value);
    [all...]
objects.h     [all...]
objects.cc     [all...]

Completed in 77 milliseconds