Lines Matching refs:Set
31 BIT0 = 0, // 0:Bit 0 Set to true,The URL analysis failed
32 BIT1 = 1, // 1:Bit 1 Set to true,The protocol is the default protocol
33 BIT2 = 2, // 2:Bit 2 Set to true,The URL has username
34 BIT3 = 3, // 3:Bit 3 Set to true,The URL has password
35 BIT4 = 4, // 4:Bit 4 Set to true,The URL has hostname
36 BIT5 = 5, // 5:Bit 5 Set to true,The URL Port is the specially
37 BIT6 = 6, // 6:Bit 6 Set to true,The URL has pathname
38 BIT7 = 7, // 7:Bit 7 Set to true,The URL has query
39 BIT8 = 8, // 8:Bit 8 Set to true,The URL has fragment
40 BIT9 = 9, // 9:Bit 9 Set to true,The URL Can not be base
41 BIT10 = 10, // 10:Bit 10 Set to true,The host is IPV6
360 void Set(napi_env env, napi_value name, napi_value value);