Searched refs:unicode_obj (Results 1 – 2 of 2) sorted by relevance
1377 unicode_obj = u'\u1234'1378 bytes_obj = unicode_obj.encode('utf8')1384 self.assertEqual(key, unicode_obj)1385 self.assertEqual(value, unicode_obj)
1763 Handle<Object> unicode_obj; in RUNTIME_FUNCTION() local1765 isolate, unicode_obj, in RUNTIME_FUNCTION()1767 unicode = unicode_obj->BooleanValue(isolate); in RUNTIME_FUNCTION()