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

/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py75 ARRAY_LITERAL = 'array_literal' variable in class:EcmaContext
323 elif self._context.type == EcmaContext.ARRAY_LITERAL:
381 self._AddContext(EcmaContext.ARRAY_LITERAL)
384 return self._PopContextType(EcmaContext.INDEX, EcmaContext.ARRAY_LITERAL)
452 EcmaContext.ARRAY_LITERAL,
/external/v8/src/parsing/
H A Dparser.h1168 ARRAY_LITERAL enumerator in enum:v8::internal::CompileTimeValue::LiteralType

Completed in 84 milliseconds