Home | History | Annotate | Download | only in src

Lines Matching refs:Literal

479   // Try to perform a comparison as a fast inlined literal compare if
485 // a given literal string.
736 // location, as a literal, or on top of the stack) into the result
922 class AccessorTable: public TemplateHashMap<Literal,
927 TemplateHashMap<Literal, ObjectLiteral::Accessors,
928 ZoneAllocationPolicy>(Literal::Match,
932 Iterator lookup(Literal* literal) {
933 Iterator it = find(literal, true, ZoneAllocationPolicy(zone_));