Home | History | Annotate | Download | only in src

Lines Matching defs:char_code

5003     HStringCharCodeAt* char_code =
5005 AddInstruction(char_code);
5006 instr = new(zone()) HStringCharFromCode(context, char_code);
5546 HStringCharCodeAt* char_code =
5549 ast_context()->ReturnInstruction(char_code, expr->id());
5552 AddInstruction(char_code);
5554 new(zone()) HStringCharFromCode(context, char_code);
7340 HValue* char_code = Pop();
7343 new(zone()) HStringCharFromCode(context, char_code);
7356 HStringCharCodeAt* char_code = BuildStringCharCodeAt(context, string, index);
7357 AddInstruction(char_code);
7359 new(zone()) HStringCharFromCode(context, char_code);