Searched refs:CreateStaticModuleProxyHandler (Results 1 – 3 of 3) sorted by relevance
27 static JSHandle<JSProxy> CreateStaticModuleProxyHandler(JSThread *thread,
85 JSHandle<JSProxy> proxyExport = StaticModuleProxyHandler::CreateStaticModuleProxyHandler(thread, in LoadStaticModule()
31 JSHandle<JSProxy> StaticModuleProxyHandler::CreateStaticModuleProxyHandler(JSThread *thread, in CreateStaticModuleProxyHandler() function in panda::ecmascript::StaticModuleProxyHandler