Home
last modified time | relevance | path

Searched refs:JSMethod (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-member-pointers.cpp774 void JSMethod();
779 void A::printd() { JSMethod<A, &A::printd>(); } in printd()
/external/pdfium/fpdfsdk/src/javascript/
DJS_Define.h142 void JSMethod(const char* method_name_string, in JSMethod() function
170 JSMethod<class_name, &class_name::method_name>(#method_name, #class_name, \
177 JSMethod<class_alternate, &class_alternate::method_name>( \