Home
last modified time | relevance | path

Searched defs:AbckitJsFunction (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libabckit/include/c/
Ddeclarations.h114 typedef struct AbckitJsFunction AbckitJsFunction; typedef
/arkcompiler/runtime_core/libabckit/src/
Dmetadata_inspect_impl.h304 struct AbckitJsFunction { struct
305 AbckitCoreFunction *core = nullptr;
306 panda::pandasm::Function *impl = nullptr;
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers_nullptr.cpp1650 void TestNullptr(AbckitCoreFunction *(*apiToCheck)(AbckitJsFunction *)) in TestNullptr()