Home | History | Annotate | Download | only in src

Lines Matching refs:Literal

174 ObjectLiteral::Property::Property(Literal* key,
246 ZoneHashMap table(Literal::Match);
249 Literal* literal = property->key();
250 if (literal->handle()->IsNull()) continue;
251 uint32_t hash = literal->Hash();
255 table.Lookup(literal, hash, false) != NULL) {
259 table.Lookup(literal, hash, true);
317 // Check for the pattern: typeof <expression> equals <string literal>.
347 // Check for the pattern: void <literal> equals <expression>
416 Literal* lit_key = key()->AsLiteral();
438 Literal* lit_key = prop->key()->AsLiteral();
556 Literal* key = property->key()->AsLiteral();
644 // undefined expression or literal? Revisit this code if this
1018 INCREASE_NODE_COUNT(Literal)
1146 Handle<String> Literal::ToString() {