Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h845 kAccessorProperty, enumerator
1796 checker->CheckProperty(name_token, kAccessorProperty, is_static, in ParsePropertyDefinition()
3350 DCHECK(type == kMethodProperty || type == kAccessorProperty); in CheckProperty()
3361 if (is_generator || type == kAccessorProperty) { in CheckProperty()