Searched refs:property_string (Results 1 – 2 of 2) sorted by relevance
149 def parse_service_property(property_string): argument156 property_name, raw_value = property_string.split('=', 1)166 print 'Failed parsing value from %s' % property_string
1965 Handle<String> property_string = factory->InternalizeUtf8String(property); in ResolveBuiltinIdHolder() local1966 DCHECK(!property_string.is_null()); in ResolveBuiltinIdHolder()1968 Object::GetProperty(global, property_string).ToHandleChecked()); in ResolveBuiltinIdHolder()