Home | History | Annotate | Download | only in src

Lines Matching refs:lit

1662   NativeFunctionLiteral* lit = factory()->NewNativeFunctionLiteral(
1666 Token::INIT_VAR, proxy, lit, RelocInfo::kNoPosition),
3669 MaterializedLiteral* lit = expression->AsMaterializedLiteral();
3670 return lit != NULL && lit->is_simple();