Searched refs:index_intptr (Results 1 – 1 of 1) sorted by relevance
27 Node* index_intptr = TryToIntptr(index, &miss); in TF_BUILTIN() local29 GotoIf(UintPtrGreaterThanOrEqual(index_intptr, length), &miss); in TF_BUILTIN()31 Node* code = StringCharCodeAt(receiver, index_intptr, INTPTR_PARAMETERS); in TF_BUILTIN()