HomeSort by relevance Sort by last modified time
    Searched refs:JSMethod (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fxjs/
CJX_Define.h 18 CJS_Return JSMethod(C* node,
28 return JSMethod<class_name, &class_name::method_name>( \
JS_Define.h 116 void JSMethod(const char* method_name_string,
162 JSMethod<class_name, &class_name::method_name>(#method_name, #class_name, \
cjs_global.cpp 186 JSMethod<JSGlobalAlternate, &JSGlobalAlternate::setPersistent>(
  /external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp 787 void JSMethod();
792 void A::printd() { JSMethod<A, &A::printd>(); }
793 // CHECK-LABEL: @"\01??$JSMethod@VA@PMFInTemplateArgument@@$1?printd@12@AAEHH@Z@PMFInTemplateArgument@@YAXXZ"(

Completed in 670 milliseconds