Searched defs:new (Results 1 – 4 of 4) sorted by relevance
17 new(value : object, strEncoding? : string) : NativeXmlPullParser; method22 new(value : object, strEncoding? : string) : NativeXMLSerializer; method
22 new() : NativeConvertXml; method
17 new(input ?: object | string | Iterable<[]> | null | undefined) : NativeURLSearchParams; method32 new(input : string, base ?: string | NativeUrl) : NativeUrl; method
54 static HashNode *GetHashNodeByNode(const HashTab *tab, const HashNode *root, const HashNode *new) in GetHashNodeByNode()