Searched refs:GetValueType (Results 1 – 5 of 5) sorted by relevance
55 static Type GetValueType(v8::Local<v8::Value> value);56 Type GetType() const { return GetValueType(m_pValue); } in GetType()
276 switch (CJS_Value::GetValueType(v)) { in ObjectToArray()
149 CJS_Value::Type CJS_Value::GetValueType(v8::Local<v8::Value> value) { in GetValueType() function in CJS_Value
240 static HRESULT GetValueType(const wchar_t* full_key_name,
776 HRESULT RegKey::GetValueType(const wchar_t* full_key_name, in GetValueType() function in rtc::RegKey