Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Des2panda_public_test.cpp55 struct Arg { in TEST_F() struct
56 es2panda_Impl const *impl; in TEST_F()
57 es2panda_Context *ctx; in TEST_F()
58 std::vector<std::string> ids {}; in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/constructor_as_arg/
Dmain.js103 export function CreateClassFunction(Arg, val) { argument
106 export function CreateClassArrowFunction(Arg, val) { argument
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.rb19 class Arg class
/arkcompiler/jsvm/src/inspector/
Djs_native_api_v8_inspector.cpp227 void Call(void (T::*fn)(Arg), Arg argument) const in Call()