| /commonlibrary/ets_utils/js_api_module/url/ |
| D | native_module_url.cpp | 31 napi_value thisVar = nullptr; in UrlStructor() local 84 napi_value thisVar = nullptr; in UrlConstructor() local 129 napi_value thisVar = nullptr; in GetHostname() local 139 napi_value thisVar = nullptr; in GetSearch() local 149 napi_value thisVar = nullptr; in GetUsername() local 159 napi_value thisVar = nullptr; in GetPassword() local 169 napi_value thisVar = nullptr; in GetUrlFragment() local 179 napi_value thisVar = nullptr; in GetUrlScheme() local 189 napi_value thisVar = nullptr; in GetUrlPort() local 199 napi_value thisVar = nullptr; in GetUrlHost() local [all …]
|
| /commonlibrary/ets_utils/js_api_module/uri/ |
| D | native_module_uri.cpp | 31 napi_value thisVar = nullptr; in UriConstructor() local 59 napi_value thisVar = nullptr; in Normalize() local 72 napi_value thisVar = nullptr; in Equals() local 90 napi_value thisVar = nullptr; in IsAbsolute() local 102 napi_value thisVar = nullptr; in IsFailed() local 115 napi_value thisVar = nullptr; in UriToString() local 128 napi_value thisVar = nullptr; in GetScheme() local 141 napi_value thisVar = nullptr; in GetAuthority() local 154 napi_value thisVar = nullptr; in GetSsp() local 167 napi_value thisVar = nullptr; in GetUserinfo() local [all …]
|
| /commonlibrary/ets_utils/js_util_module/util/ |
| D | native_module_util.cpp | 231 napi_value thisVar = nullptr; in GetErrorString() local 246 napi_value thisVar = nullptr; in RandomUUID() local 263 napi_value thisVar = nullptr; in RandomBinaryUUID() local 277 napi_value thisVar = nullptr; in ParseUUID() local 363 napi_value thisVar = nullptr; in CreateTextDecoder() local 392 napi_value thisVar = nullptr; in TextdecoderConstructor() local 455 napi_value thisVar = nullptr; in TextdecoderDecode() local 510 napi_value thisVar = nullptr; in TextdecoderGetEncoding() local 520 napi_value thisVar = nullptr; in TextdecoderGetFatal() local 530 napi_value thisVar = nullptr; in TextdecoderGetIgnoreBOM() local [all …]
|
| /commonlibrary/ets_utils/js_sys_module/process/ |
| D | native_module_process.cpp | 83 napi_value thisVar = nullptr; in ChildProcessConstructor() local 112 napi_value thisVar = nullptr; in Wait() local 124 napi_value thisVar = nullptr; in GetOutput() local 136 napi_value thisVar = nullptr; in Close() local 150 napi_value thisVar = nullptr; in GetErrorOutput() local 163 napi_value thisVar = nullptr; in Kill() local 189 napi_value thisVar = nullptr; in GetKilled() local 201 napi_value thisVar = nullptr; in Getpid() local 213 napi_value thisVar = nullptr; in Getppid() local 225 napi_value thisVar = nullptr; in GetExitCode() local [all …]
|
| /commonlibrary/ets_utils/js_api_module/xml/ |
| D | native_module_xml.cpp | 27 napi_value thisVar = nullptr; in XmlSerializerConstructor() local 79 napi_value thisVar = nullptr; in XmlPullParserConstructor() local 136 napi_value thisVar = nullptr; in SetAttributes() local 163 napi_value thisVar = nullptr; in AddEmptyElement() local 188 napi_value thisVar = nullptr; in SetDeclaration() local 202 napi_value thisVar = nullptr; in StartElement() local 219 napi_value thisVar = nullptr; in EndElement() local 231 napi_value thisVar = nullptr; in SetNamespace() local 258 napi_value thisVar = nullptr; in SetComment() local 280 napi_value thisVar = nullptr; in SetCData() local [all …]
|
| D | js_xml.cpp | 541 void XmlPullParser::Parse(napi_env env, napi_value thisVar) in Parse() 1699 napi_value thisVar = nullptr; in GetColumnNumber() local 1715 napi_value thisVar = nullptr; in GetDepth() local 1731 napi_value thisVar = nullptr; in GetLineNumber() local 1747 napi_value thisVar = nullptr; in GetName() local 1763 napi_value thisVar = nullptr; in GetNamespace() local 1779 napi_value thisVar = nullptr; in GetPrefix() local 1795 napi_value thisVar = nullptr; in GetText() local 1811 napi_value thisVar = nullptr; in IsEmptyElementTag() local 1827 napi_value thisVar = nullptr; in IsWhitespace() local [all …]
|
| /commonlibrary/ets_utils/js_api_module/buffer/ |
| D | native_module_buffer.cpp | 93 static napi_value FromStringUtf8(napi_env env, napi_value thisVar, napi_value str) in FromStringUtf8() 103 static napi_value FromStringASCII(napi_env env, napi_value thisVar, napi_value str, uint32_t size) in FromStringASCII() 120 static napi_value FromStringUtf16LE(napi_env env, napi_value thisVar, napi_value str) in FromStringUtf16LE() 139 static napi_value FromStringBase64(napi_env env, napi_value thisVar, napi_value str, uint32_t size) in FromStringBase64() 156 static napi_value FromStringHex(napi_env env, napi_value thisVar, napi_value str) in FromStringHex() 171 napi_value thisVar = nullptr; in FromString() local 227 napi_value thisVar = nullptr; in BlobConstructor() local 269 static napi_value GetBufferWrapValue(napi_env env, napi_value thisVar, Buffer *buffer) in GetBufferWrapValue() 284 napi_value thisVar = nullptr; in BufferConstructor() local 356 napi_value thisVar = nullptr; in GetValueOffsetAndBuf() local [all …]
|
| /commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
| D | task_group.cpp | 29 napi_value thisVar; in TaskGroupConstructor() local 68 napi_value thisVar; in AddTask() local
|
| D | task.cpp | 40 napi_value thisVar; in TaskConstructor() local 76 napi_value thisVar; in SetTransferList() local
|
| /commonlibrary/ets_utils/js_api_module/convertxml/ |
| D | native_module_convertxml.cpp | 28 napi_value thisVar = nullptr; in ConvertXmlConstructor() local 46 napi_value thisVar = nullptr; in Convert() local
|
| /commonlibrary/ets_utils/js_concurrent_module/test/ |
| D | test_concurrent.cpp | 112 napi_value thisVar; in __anon78bebf760202() local 181 napi_value thisVar; in __anon78bebf760302() local 223 napi_value thisVar; in __anon78bebf760402() local 451 napi_value thisVar = nullptr; in __anon78bebf760502() local
|
| /commonlibrary/ets_utils/js_concurrent_module/worker/ |
| D | worker_new.cpp | 32 NewWorker::NewWorker(napi_env env, napi_ref thisVar) in NewWorker() 104 napi_value thisVar = nullptr; in WorkerConstructor() local 243 napi_value thisVar = nullptr; in PostMessage() local 277 napi_value thisVar = nullptr; in Terminate() local 327 napi_value thisVar = nullptr; in AddListener() local 372 napi_value thisVar = nullptr; in RemoveListener() local 424 napi_value thisVar = nullptr; in DispatchEvent() local 476 napi_value thisVar = nullptr; in RemoveAllListener() local 491 napi_value thisVar = nullptr; in CancelTask() local 1382 napi_value thisVar = NapiHelper::GetReferenceValue(hostEnv_, workerRef_); in ReleaseHostThreadContent() local
|
| D | worker.cpp | 32 Worker::Worker(napi_env env, napi_ref thisVar) in Worker() 595 napi_value thisVar = nullptr; in PostMessage() local 699 napi_value thisVar = nullptr; in Terminate() local 737 napi_value thisVar = nullptr; in CancelTask() local 787 napi_value thisVar = nullptr; in WorkerConstructor() local 901 napi_value thisVar = nullptr; in AddListener() local 1006 napi_value thisVar = nullptr; in RemoveListener() local 1058 napi_value thisVar = nullptr; in DispatchEvent() local 1125 napi_value thisVar = nullptr; in RemoveAllListener() local 1311 napi_value thisVar = NapiHelper::GetReferenceValue(hostEnv_, workerRef_); in ReleaseHostThreadContent() local
|
| /commonlibrary/ets_utils/js_sys_module/timer/ |
| D | timer.cpp | 173 napi_value thisVar = nullptr; in SetTimeoutInner() local
|
| /commonlibrary/ets_utils/js_api_module/xml/test/ |
| D | test_xml.cpp | 45 napi_value thisVar = nullptr; in Method() local 75 napi_value thisVar = nullptr; in TokenValueCallbackFunction() local 104 napi_value thisVar = nullptr; in TokenValueCallbackFunc() local
|
| /commonlibrary/ets_utils/js_sys_module/test/unittest/ |
| D | test_process.cpp | 52 napi_value thisVar = nullptr; in Method() local
|