• Home
  • Raw
  • Download

Lines Matching full:static

25     static JSTaggedValue GetModuleValueInner(JSThread *thread, int32_t index);
26 static JSTaggedValue GetModuleValueInner(JSThread *thread, int32_t index, JSTaggedValue jsFunc);
27static JSTaggedValue GetModuleValueInner(JSThread *thread, int32_t index, JSHandle<JSTaggedValue> …
28static 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);
32static JSTaggedValue GetModuleValueOuter(JSThread *thread, int32_t index, JSHandle<JSTaggedValue> …
33static JSTaggedValue GetLazyModuleValueOuter(JSThread *thread, int32_t index, JSTaggedValue jsFunc…
34static JSTaggedValue GetSendableModuleValueOuter(JSThread *thread, int32_t index, JSTaggedValue js…
35static 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);
40static JSTaggedValue GetNativeOrCjsModuleValue(JSThread *thread, JSHandle<SourceTextModule> module…
41 static JSTaggedValue GetNativeOrCjsModuleValue(JSThread *thread,
45 static void StoreModuleValue(JSThread *thread, int32_t index, JSTaggedValue value);
46static void StoreModuleValue(JSThread *thread, int32_t index, JSTaggedValue value, JSTaggedValue j…
47static JSHandle<JSTaggedValue> GetNativeOrCjsExports(JSThread *thread, JSTaggedValue resolvedModul…
56 static JSTaggedValue GetCurrentModule(JSThread *thread);
57static JSTaggedValue GetModuleValue(JSThread *thread, JSHandle<SourceTextModule> module, int32_t i…
60 static JSTaggedValue GetModuleValueOuterInternal(JSThread *thread,
64 static JSTaggedValue GetSendableModuleValueOuterInternal(JSThread *thread,
67static 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);
79static 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);
108static JSTaggedValue GetModuleValueInner(JSThread *thread, JSTaggedValue key, JSTaggedValue jsFunc…
110 static JSTaggedValue GetModuleValueOuter(JSThread *thread, JSTaggedValue key);
111static JSTaggedValue GetModuleValueOuter(JSThread *thread, JSTaggedValue key, JSTaggedValue jsFunc…
113 static JSTaggedValue GetModuleNamespace(JSThread *thread, JSTaggedValue localName);
114static JSTaggedValue GetModuleNamespace(JSThread *thread, JSTaggedValue localName, JSTaggedValue c…
116 static void StoreModuleValue(JSThread *thread, JSTaggedValue key, JSTaggedValue value);
117static void StoreModuleValue(JSThread *thread, JSTaggedValue key, JSTaggedValue value, JSTaggedVal…
119static JSTaggedValue GetModuleValueOuterInternal(JSThread *thread, JSTaggedValue key, JSTaggedValu…
120static JSTaggedValue GetModuleNamespaceInternal(JSThread *thread, JSTaggedValue localName, JSTagge…
121 static void StoreModuleValueInternal(JSThread *thread,