Home
last modified time | relevance | path

Searched refs:value_obj (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ext/
Dheapdump.c196 ecma_object_t* value_obj = ecma_get_object_from_value(value); in DumpPropertyPair() local
197 LogAddr(value_obj); in DumpPropertyPair()
335 ecma_object_t* value_obj = ecma_get_object_from_value(values[i]); in DumpInfoObject() local
336 LogAddr(value_obj); in DumpInfoObject()
/third_party/python/PC/clinic/
Dwinreg.c.h1146 DWORD type, PyObject *value_obj);
1155 PyObject *value_obj; in winreg_SetValue() local
1158 …inic_HKEY_converter, &key, _PyUnicode_WideCharString_Opt_Converter, &sub_key, &type, &value_obj)) { in winreg_SetValue()
1161 return_value = winreg_SetValue_impl(module, key, sub_key, type, value_obj); in winreg_SetValue()
/third_party/python/PC/
Dwinreg.c1701 DWORD type, PyObject *value_obj) in winreg_SetValue_impl() argument
1715 const wchar_t *value = PyUnicode_AsUnicodeAndSize(value_obj, &value_length); in winreg_SetValue_impl()
1718 wchar_t *value = PyUnicode_AsWideCharString(value_obj, &value_length); in winreg_SetValue_impl()