Searched defs:in_class (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-regexp.cc479 bool in_class = false; local
480 for (int j = 0; !in_class && j < ranges->length(); j++) {
482 in_class = (range.from() <= i && i <= range.to());
484 CHECK_EQ(pred(i), in_class); local
/external/chromium_org/v8/src/
H A Dpreparser.h489 bool in_class, bool is_static,
1943 bool in_class, bool is_static, bool* ok) {
1958 if (!in_class && !is_generator && peek() == Token::COLON) {
1975 if (is_generator && in_class && !is_static && this->IsConstructor(name)) {
1993 } else if (in_class && name_is_static && !is_static) {
2009 } else if (in_class && !is_static && this->IsConstructor(name)) {
2065 const bool in_class = false; local
2068 this->ParsePropertyDefinition(&checker, in_class, is_static, CHECK_OK);
2761 const bool in_class = true; local
2764 this->ParsePropertyDefinition(&checker, in_class, is_stati
1942 ParsePropertyDefinition(ObjectLiteralChecker* checker, bool in_class, bool is_static, bool* ok) argument
[all...]

Completed in 76 milliseconds