Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions NativeScript/runtime/AOTDirectCalls.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// AUTO-GENERATED by scripts/generate-aot.py — do not edit manually.
#ifndef AOTDirectCalls_h
#define AOTDirectCalls_h

#include "Common.h"
#include "Metadata.h"

namespace tns {

v8::FunctionCallback GetAOTDirectCall(const char* className,
const char* selectorName);

typedef void* AOTBlockInvokeFunc;
AOTBlockInvokeFunc GetAOTBlockInvoke(const TypeEncoding* typeEncoding,
int argsCount);

} // namespace tns

#endif /* AOTDirectCalls_h */
Loading
Loading