Searched refs:hint_string (Results 1 – 2 of 2) sorted by relevance
42 Node* hint_string = HeapConstant(factory()->ToPrimitiveHintString(hint)); in Generate_NonPrimitiveToPrimitive() local44 CallJS(callable, context, exotic_to_prim, input, hint_string); in Generate_NonPrimitiveToPrimitive()
8811 Handle<Object> hint_string = in ToPrimitive() local8816 Execution::Call(isolate, exotic_to_prim, receiver, 1, &hint_string), in ToPrimitive()