Searched refs:PermModule (Results 1 – 2 of 2) sorted by relevance
23 class PermModule {25 PermModule() {} in PermModule() function26 ~PermModule() {} in ~PermModule()32 JSI::SetModuleAPI(exports, "check", PermModule::CheckSelfPerm); in InitPermModule()
23 JSIValue PermModule::CheckSelfPerm(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in CheckSelfPerm()