Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_value_accessor.h49 struct GetModuleValueFromBindingInfo { struct
50 JSThread *thread;
51 JSHandle<SourceTextModule> module;
75 static JSTaggedValue GetModuleValueFromIndexBinding(const GetModuleValueFromBindingInfo &info); argument