| /commonlibrary/ets_utils/js_api_module/uri/ |
| D | native_module_uri.cpp | 31 napi_value thisVar = nullptr; in UriConstructor() local 60 napi_value thisVar = nullptr; in Normalize() local 73 napi_value thisVar = nullptr; in Equals() local 91 napi_value thisVar = nullptr; in IsAbsolute() local 103 napi_value thisVar = nullptr; in IsFailed() local 116 napi_value thisVar = nullptr; in UriToString() local 129 napi_value thisVar = nullptr; in IsRelative() local 141 napi_value thisVar = nullptr; in IsOpaque() local 153 napi_value thisVar = nullptr; in IsHierarchical() local 165 napi_value thisVar = nullptr; in AddQueryValue() local [all …]
|
| /commonlibrary/ets_utils/js_api_module/url/ |
| D | native_module_url.cpp | 31 napi_value thisVar = nullptr; in UrlStructor() local 98 napi_value thisVar = nullptr; in UrlConstructor() local 146 napi_value thisVar = nullptr; in GetHostname() local 156 napi_value thisVar = nullptr; in GetSearch() local 166 napi_value thisVar = nullptr; in GetUsername() local 176 napi_value thisVar = nullptr; in GetPassword() local 186 napi_value thisVar = nullptr; in GetUrlFragment() local 196 napi_value thisVar = nullptr; in GetUrlScheme() local 206 napi_value thisVar = nullptr; in GetUrlPort() local 216 napi_value thisVar = nullptr; in GetUrlHost() local [all …]
|
| /commonlibrary/ets_utils/js_util_module/util/ |
| D | native_module_util.cpp | 271 napi_value thisVar = nullptr; in GetErrorString() local 286 napi_value thisVar = nullptr; in RandomUUID() local 303 napi_value thisVar = nullptr; in RandomBinaryUUID() local 317 napi_value thisVar = nullptr; in ParseUUID() local 332 napi_value thisVar = nullptr; in GetHash() local 400 napi_value thisVar = nullptr; in TextdecoderConstructor() local 460 napi_value thisVar = nullptr; in DecodeToString() local 513 napi_value thisVar = nullptr; in TextdecoderDecode() local 571 napi_value thisVar = nullptr; in TextdecoderGetEncoding() local 581 napi_value thisVar = nullptr; in TextdecoderGetFatal() 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 | 31 napi_value thisVar = nullptr; in XmlSerializerConstructor() local 87 napi_value thisVar = nullptr; in XmlPullParserConstructor() local 143 napi_value thisVar = nullptr; in SetAttributes() local 167 napi_value thisVar = nullptr; in AddEmptyElement() local 189 napi_value thisVar = nullptr; in SetDeclaration() local 203 napi_value thisVar = nullptr; in StartElement() local 218 napi_value thisVar = nullptr; in EndElement() local 230 napi_value thisVar = nullptr; in SetNamespace() local 254 napi_value thisVar = nullptr; in SetComment() local 274 napi_value thisVar = nullptr; in SetCData() local [all …]
|
| D | js_xml.cpp | 591 void XmlPullParser::Parse(napi_env env, napi_value thisVar, bool deprecated) in Parse() 1793 napi_value thisVar = nullptr; in GetColumnNumber() local 1809 napi_value thisVar = nullptr; in GetDepth() local 1825 napi_value thisVar = nullptr; in GetLineNumber() local 1841 napi_value thisVar = nullptr; in GetName() local 1857 napi_value thisVar = nullptr; in GetNamespace() local 1873 napi_value thisVar = nullptr; in GetPrefix() local 1889 napi_value thisVar = nullptr; in GetText() local 1905 napi_value thisVar = nullptr; in IsEmptyElementTag() local 1921 napi_value thisVar = nullptr; in IsWhitespace() local [all …]
|
| /commonlibrary/ets_utils/js_api_module/buffer/ |
| D | native_module_buffer.cpp | 96 static napi_value FromStringUtf8(napi_env env, napi_value thisVar, napi_value str) in FromStringUtf8() 106 static napi_value FromStringASCII(napi_env env, napi_value thisVar, napi_value str, uint32_t size) in FromStringASCII() 123 static napi_value FromStringUtf16LE(napi_env env, napi_value thisVar, napi_value str) in FromStringUtf16LE() 142 static napi_value FromStringBase64(napi_env env, napi_value thisVar, napi_value str, uint32_t size,… in FromStringBase64() 159 static napi_value FromStringHex(napi_env env, napi_value thisVar, napi_value str) in FromStringHex() 174 napi_value thisVar = nullptr; in FromString() local 237 napi_value thisVar = nullptr; in BlobConstructor() local 280 static napi_value GetBufferWrapValue(napi_env env, napi_value thisVar, Buffer *buffer) in GetBufferWrapValue() 405 napi_value thisVar = nullptr; in BufferConstructor() local 426 napi_value thisVar = nullptr; in GetValueOffsetAndBuf() local [all …]
|
| /commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
| D | sequence_runner.cpp | 30 bool SequenceRunner::SeqRunnerConstructorInner(napi_env env, napi_value &thisVar, SequenceRunner *s… in SeqRunnerConstructorInner() 59 napi_value thisVar; in SeqRunnerConstructor() local 117 napi_value thisVar; in Execute() local
|
| D | task.cpp | 54 napi_value thisVar = nullptr; in TaskConstructor() local 95 auto thisVar = TaskConstructor(env, cbinfo); in LongTaskConstructor() local 288 napi_value thisVar; in SetTransferList() local 345 napi_value thisVar; in SetCloneList() local 420 napi_value thisVar; in OnReceiveData() local 747 napi_value thisVar; in OnEnqueued() local 785 napi_value thisVar; in OnStartExecution() local 835 napi_value thisVar; in OnExecutionFailed() local 873 napi_value thisVar; in OnExecutionSucceeded() local 910 napi_value thisVar = nullptr; in IsDone() local [all …]
|
| D | task_group.cpp | 31 napi_value thisVar; in TaskGroupConstructor() local 97 napi_value thisVar; in AddTask() local
|
| D | task_manager.cpp | 1771 SequenceRunner* SequenceRunnerManager::CreateOrGetGlobalRunner(napi_env env, napi_value thisVar, si… in CreateOrGetGlobalRunner()
|
| /commonlibrary/ets_utils/js_api_module/convertxml/ |
| D | native_module_convertxml.cpp | 32 napi_value thisVar = nullptr; in ConvertXmlConstructor() local 54 napi_value thisVar = nullptr; in Convert() local 79 napi_value thisVar = nullptr; in FastConvert() local
|
| /commonlibrary/ets_utils/js_concurrent_module/worker/ |
| D | worker.cpp | 57 Worker::Worker(napi_env env, napi_ref thisVar) in Worker() 206 napi_value thisVar = nullptr; in Constructor() local 464 napi_value thisVar = nullptr; in CommonPostMessage() local 500 napi_value thisVar = nullptr; in Terminate() local 542 napi_value thisVar = nullptr; in RegisterGlobalCallObject() local 571 napi_value thisVar = nullptr; in UnregisterGlobalCallObject() local 622 napi_value thisVar = nullptr; in AddListener() local 669 napi_value thisVar = nullptr; in RemoveListener() local 724 napi_value thisVar = nullptr; in DispatchEvent() local 776 napi_value thisVar = nullptr; in RemoveAllListener() local [all …]
|
| /commonlibrary/ets_utils/js_concurrent_module/utils/locks/ |
| D | async_lock_manager.cpp | 41 napi_value thisVar; in AsyncLockOptionsCtor() local 160 napi_value thisVar; in Constructor() local 240 napi_value thisVar; in LockAsync() local
|
| /commonlibrary/ets_utils/js_concurrent_module/test/ |
| D | test_concurrent.cpp | 150 napi_value thisVar; in __anon4b923c980202() local 219 napi_value thisVar; in __anon4b923c980302() local 261 napi_value thisVar; in __anon4b923c980402() local 524 napi_value thisVar = nullptr; in __anon4b923c980602() local
|
| /commonlibrary/ets_utils/js_sys_module/timer/ |
| D | timer.cpp | 275 napi_value thisVar = nullptr; in SetTimeoutInner() local
|
| /commonlibrary/ets_utils/js_concurrent_module/taskpool/test/ |
| D | test_taskpool.cpp | 40 napi_value GeneratorTask(napi_env env, napi_value thisVar) in GeneratorTask() 53 napi_value GeneratorTaskGroup(napi_env env, napi_value thisVar) in GeneratorTaskGroup() 64 napi_value GeneratorTaskGroupWithName(napi_env env, napi_value thisVar, const char* name) in GeneratorTaskGroupWithName() 2390 napi_value thisVar = NapiHelper::CreateObject(env); variable 2411 napi_value thisVar = NapiHelper::CreateObject(env); variable 2445 napi_value thisVar = NapiHelper::CreateObject(env); variable 4282 napi_value thisVar = NapiHelper::CreateObject(env); variable 4303 napi_value thisVar = NapiHelper::CreateObject(env); variable 4589 napi_value thisVar = NapiHelper::CreateObject(env); variable
|
| D | test.cpp | 49 napi_value thisVar = nullptr; in CreateSendableClass() local
|
| /commonlibrary/ets_utils/js_sys_module/test/ |
| D | test_process.cpp | 52 napi_value thisVar = nullptr; in Method() 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
|