Searched defs:Arg (Results 1 – 4 of 4) sorted by relevance
55 struct Arg { in TEST_F() struct56 es2panda_Impl const *impl; in TEST_F()57 es2panda_Context *ctx; in TEST_F()58 std::vector<std::string> ids {}; in TEST_F()
103 export function CreateClassFunction(Arg, val) { argument106 export function CreateClassArrowFunction(Arg, val) { argument
19 class Arg class
227 void Call(void (T::*fn)(Arg), Arg argument) const in Call()