Home
last modified time | relevance | path

Searched defs:thisVar (Results 1 – 20 of 20) sorted by relevance

/commonlibrary/ets_utils/js_api_module/uri/
Dnative_module_uri.cpp31 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/
Dnative_module_url.cpp31 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/
Dnative_module_util.cpp271 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/
Dnative_module_process.cpp83 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/
Dnative_module_xml.cpp27 napi_value thisVar = nullptr; in XmlSerializerConstructor() local
115 napi_value thisVar = nullptr; in XmlPullParserConstructor() local
171 napi_value thisVar = nullptr; in SetAttributes() local
195 napi_value thisVar = nullptr; in AddEmptyElement() local
217 napi_value thisVar = nullptr; in SetDeclaration() local
231 napi_value thisVar = nullptr; in StartElement() local
246 napi_value thisVar = nullptr; in EndElement() local
258 napi_value thisVar = nullptr; in SetNamespace() local
282 napi_value thisVar = nullptr; in SetComment() local
302 napi_value thisVar = nullptr; in SetCData() local
[all …]
Djs_xml.cpp556 void XmlPullParser::Parse(napi_env env, napi_value thisVar) in Parse()
1755 napi_value thisVar = nullptr; in GetColumnNumber() local
1771 napi_value thisVar = nullptr; in GetDepth() local
1787 napi_value thisVar = nullptr; in GetLineNumber() local
1803 napi_value thisVar = nullptr; in GetName() local
1819 napi_value thisVar = nullptr; in GetNamespace() local
1835 napi_value thisVar = nullptr; in GetPrefix() local
1851 napi_value thisVar = nullptr; in GetText() local
1867 napi_value thisVar = nullptr; in IsEmptyElementTag() local
1883 napi_value thisVar = nullptr; in IsWhitespace() local
[all …]
/commonlibrary/ets_utils/js_api_module/buffer/
Dnative_module_buffer.cpp96 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()
404 napi_value thisVar = nullptr; in BufferConstructor() local
425 napi_value thisVar = nullptr; in GetValueOffsetAndBuf() local
[all …]
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dsequence_runner.cpp30 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
Dtask.cpp54 napi_value thisVar = nullptr; in TaskConstructor() local
95 auto thisVar = TaskConstructor(env, cbinfo); in LongTaskConstructor() local
285 napi_value thisVar; in SetTransferList() local
342 napi_value thisVar; in SetCloneList() local
417 napi_value thisVar; in OnReceiveData() local
744 napi_value thisVar; in OnEnqueued() local
782 napi_value thisVar; in OnStartExecution() local
832 napi_value thisVar; in OnExecutionFailed() local
870 napi_value thisVar; in OnExecutionSucceeded() local
907 napi_value thisVar = nullptr; in IsDone() local
[all …]
Dtask_group.cpp31 napi_value thisVar; in TaskGroupConstructor() local
95 napi_value thisVar; in AddTask() local
Dtask_manager.cpp1744 SequenceRunner* SequenceRunnerManager::CreateOrGetGlobalRunner(napi_env env, napi_value thisVar, si… in CreateOrGetGlobalRunner()
/commonlibrary/ets_utils/js_api_module/convertxml/
Dnative_module_convertxml.cpp28 napi_value thisVar = nullptr; in ConvertXmlConstructor() local
50 napi_value thisVar = nullptr; in Convert() local
/commonlibrary/ets_utils/js_concurrent_module/worker/
Dworker.cpp60 Worker::Worker(napi_env env, napi_ref thisVar) in Worker()
209 napi_value thisVar = nullptr; in Constructor() local
438 napi_value thisVar = nullptr; in CommonPostMessage() local
475 napi_value thisVar = nullptr; in Terminate() local
518 napi_value thisVar = nullptr; in RegisterGlobalCallObject() local
549 napi_value thisVar = nullptr; in UnregisterGlobalCallObject() local
602 napi_value thisVar = nullptr; in AddListener() local
651 napi_value thisVar = nullptr; in RemoveListener() local
706 napi_value thisVar = nullptr; in DispatchEvent() local
759 napi_value thisVar = nullptr; in RemoveAllListener() local
[all …]
/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
Dasync_lock_manager.cpp41 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/
Dtest_concurrent.cpp150 napi_value thisVar; in __anon5ae851160202() local
219 napi_value thisVar; in __anon5ae851160302() local
261 napi_value thisVar; in __anon5ae851160402() local
524 napi_value thisVar = nullptr; in __anon5ae851160602() local
/commonlibrary/ets_utils/js_sys_module/timer/
Dtimer.cpp275 napi_value thisVar = nullptr; in SetTimeoutInner() local
/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
Dtest_taskpool.cpp40 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
Dtest.cpp49 napi_value thisVar = nullptr; in CreateSendableClass() local
/commonlibrary/ets_utils/js_sys_module/test/
Dtest_process.cpp52 napi_value thisVar = nullptr; in Method() local
/commonlibrary/ets_utils/js_api_module/xml/test/
Dtest_xml.cpp45 napi_value thisVar = nullptr; in Method() local
75 napi_value thisVar = nullptr; in TokenValueCallbackFunction() local
104 napi_value thisVar = nullptr; in TokenValueCallbackFunc() local