Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_create_interface_declaration.cpp62 static es2panda_AstNode *CreateInterfaceNode(es2panda_Context *context, const char *interfaceName, in CreateInterfaceNode()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.h409 js_proxy::JSProxy *GetInterfaceProxyInstance(std::string &interfaceName) const in GetInterfaceProxyInstance()
414 void SetInterfaceProxyInstance(std::string &interfaceName, js_proxy::JSProxy *proxy) in SetInterfaceProxyInstance()
Dinterop_context.cpp301 void InteropCtx::SharedEtsVmState::SetInterfaceProxyInstance(std::string &interfaceName, js_proxy::… in SetInterfaceProxyInstance()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/
Djs_proxy.cpp124 …oxy *JSProxy::CreateInterfaceProxy(const PandaSet<Class *> &interfaces, std::string &interfaceName) in CreateInterfaceProxy()
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp56 const std::string &interfaceName = binder::TSBinding::ToTSBinding(name); in FindLocal() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dquick_info.cpp911 auto interfaceName = interfaceDecl->AsTSInterfaceDeclaration()->Id()->Name(); in CreateDisplayForMethodDefinitionOfInterfaceBody() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp267 auto interfaceName = GetString(env, result); in UnwrapImpl() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp1630 const auto interfaceName = interfaceDecl->Id()->Name().Mutf8(); in GenInterfaceDeclaration() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts1623 const interfaceName = node.parent.name.getText(); constant
3669 const interfaceName = node.parent.name.getText(); constant