Home | History | Annotate | Download | only in src

Lines Matching refs:Literal

192 ObjectLiteralProperty::ObjectLiteralProperty(Literal* key,
267 ZoneHashMap table(Literal::Match, ZoneHashMap::kDefaultHashMapCapacity,
271 Literal* literal = property->key();
272 if (literal->value()->IsNull()) continue;
273 uint32_t hash = literal->Hash();
278 table.Lookup(literal, hash, false, allocator) != NULL) {
282 table.Lookup(literal, hash, true, allocator);
349 // Check for the pattern: typeof <expression> equals <string literal>.
379 // Check for the pattern: void <literal> equals <expression> or
469 Literal* lit_key = key()->AsLiteral();
496 Literal* lit_key = prop->key()->AsLiteral();
646 Literal* key = property->key()->AsLiteral();
722 // undefined expression or literal? Revisit this code if this
1116 REGULAR_NODE(Literal)
1183 Handle<String> Literal::ToString() {