Home
last modified time | relevance | path

Searched refs:unicode_obj (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1839 Handle<Object> unicode_obj; in RUNTIME_FUNCTION() local
1841 isolate, unicode_obj, in RUNTIME_FUNCTION()
1843 unicode = unicode_obj->BooleanValue(isolate); in RUNTIME_FUNCTION()
/third_party/protobuf/python/google/protobuf/internal/
H A Dmessage_test.py1909 unicode_obj = u'\u1234'
1910 bytes_obj = unicode_obj.encode('utf8')
1916 self.assertEqual(key, unicode_obj)
1917 self.assertEqual(value, unicode_obj)

Completed in 7 milliseconds