Lines Matching full:static
25 static JSTaggedValue GetModuleValueInner(JSThread *thread, int32_t index);
26 static JSTaggedValue GetModuleValueInner(JSThread *thread, int32_t index, JSTaggedValue jsFunc);
27 …static JSTaggedValue GetModuleValueInner(JSThread *thread, int32_t index, JSHandle<JSTaggedValue> …
28 …static JSTaggedValue GetSendableModuleValueInner(JSThread *thread, int32_t index, JSTaggedValue js…
30 static JSTaggedValue GetModuleValueOuter(JSThread *thread, int32_t index);
31 static JSTaggedValue GetModuleValueOuter(JSThread *thread, int32_t index, JSTaggedValue jsFunc);
32 …static JSTaggedValue GetModuleValueOuter(JSThread *thread, int32_t index, JSHandle<JSTaggedValue> …
33 …static JSTaggedValue GetLazyModuleValueOuter(JSThread *thread, int32_t index, JSTaggedValue jsFunc…
34 …static JSTaggedValue GetSendableModuleValueOuter(JSThread *thread, int32_t index, JSTaggedValue js…
35 …static JSTaggedValue GetLazySendableModuleValueOuter(JSThread *thread, int32_t index, JSTaggedValu…
37 static JSTaggedValue GetModuleNamespace(JSThread *thread, int32_t index);
38 static JSTaggedValue GetModuleNamespace(JSThread *thread, int32_t index, JSTaggedValue curFunc);
40 …static JSTaggedValue GetNativeOrCjsModuleValue(JSThread *thread, JSHandle<SourceTextModule> module…
41 static JSTaggedValue GetNativeOrCjsModuleValue(JSThread *thread,
45 static void StoreModuleValue(JSThread *thread, int32_t index, JSTaggedValue value);
46 …static void StoreModuleValue(JSThread *thread, int32_t index, JSTaggedValue value, JSTaggedValue j…
47 …static JSHandle<JSTaggedValue> GetNativeOrCjsExports(JSThread *thread, JSTaggedValue resolvedModul…
56 static JSTaggedValue GetCurrentModule(JSThread *thread);
57 …static JSTaggedValue GetModuleValue(JSThread *thread, JSHandle<SourceTextModule> module, int32_t i…
60 static JSTaggedValue GetModuleValueOuterInternal(JSThread *thread,
64 static JSTaggedValue GetSendableModuleValueOuterInternal(JSThread *thread,
67 …static JSTaggedValue GetModuleNamespaceInternal(JSThread *thread, int32_t index, JSTaggedValue cur…
69 static void StoreModuleValueInternal(JSThread *thread,
75 static JSTaggedValue GetModuleValueFromIndexBinding(const GetModuleValueFromBindingInfo &info);
77 static JSTaggedValue GetModuleValueFromBinding(const GetModuleValueFromBindingInfo &info);
79 …static JSTaggedValue GetModuleValueFromRecordIndexBinding(const GetModuleValueFromBindingInfo &inf…
81 static JSTaggedValue GetModuleValueFromRecordBinding(const GetModuleValueFromBindingInfo &info);
82 static JSTaggedValue UpdateBindingAndGetModuleValue(JSThread *thread,
89 static void EvaluateModuleIfNeeded(JSThread *thread, JSHandle<SourceTextModule> module);
90 static void LogModuleLoadInfo(JSThread *thread,
97 static JSHandle<SourceTextModule> GetResolvedModule(JSThread *thread,
107 static JSTaggedValue GetModuleValueInner(JSThread *thread, JSTaggedValue key);
108 …static JSTaggedValue GetModuleValueInner(JSThread *thread, JSTaggedValue key, JSTaggedValue jsFunc…
110 static JSTaggedValue GetModuleValueOuter(JSThread *thread, JSTaggedValue key);
111 …static JSTaggedValue GetModuleValueOuter(JSThread *thread, JSTaggedValue key, JSTaggedValue jsFunc…
113 static JSTaggedValue GetModuleNamespace(JSThread *thread, JSTaggedValue localName);
114 …static JSTaggedValue GetModuleNamespace(JSThread *thread, JSTaggedValue localName, JSTaggedValue c…
116 static void StoreModuleValue(JSThread *thread, JSTaggedValue key, JSTaggedValue value);
117 …static void StoreModuleValue(JSThread *thread, JSTaggedValue key, JSTaggedValue value, JSTaggedVal…
119 …static JSTaggedValue GetModuleValueOuterInternal(JSThread *thread, JSTaggedValue key, JSTaggedValu…
120 …static JSTaggedValue GetModuleNamespaceInternal(JSThread *thread, JSTaggedValue localName, JSTagge…
121 static void StoreModuleValueInternal(JSThread *thread,