Home
last modified time | relevance | path

Searched refs:CheckResolvedIndexBinding (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.h207 … static void CheckResolvedIndexBinding(JSThread *thread, const JSHandle<SourceTextModule> &module);
Djs_module_source_text.cpp699 CheckResolvedIndexBinding(thread, module); in ModuleDeclarationArrayEnvironmentSetup()
1512 void SourceTextModule::CheckResolvedIndexBinding(JSThread *thread, const JSHandle<SourceTextModule>… in CheckResolvedIndexBinding() function in panda::ecmascript::SourceTextModule