Home
last modified time | relevance | path

Searched defs:new (Results 1 – 4 of 4) sorted by relevance

/base/compileruntime/js_api_module/xml/src/
Djs_xml.ts17 new(value : object, strEncoding? : string) : NativeXmlPullParser; method
22 new(value : object, strEncoding? : string) : NativeXMLSerializer; method
/base/compileruntime/js_api_module/convertxml/src/
Djs_convertxml.ts22 new() : NativeConvertXml; method
/base/compileruntime/js_api_module/url/src/
Djs_url.ts17 new(input ?: object | string | Iterable<[]> | null | undefined) : NativeURLSearchParams; method
32 new(input : string, base ?: string | NativeUrl) : NativeUrl; method
/base/startup/init_lite/services/utils/
Dinit_hashmap.c54 static HashNode *GetHashNodeByNode(const HashTab *tab, const HashNode *root, const HashNode *new) in GetHashNodeByNode()