Lines Matching defs:thisVal
70 JSIValue ExecuteAsyncWork(const JSIValue thisVal, const JSIValue* args, in ExecuteAsyncWork()
95 JSIValue thisVal = params->thisVal; in ExecuteCopyFile() local
144 JSIValue thisVal = params->thisVal; in ExecuteDeleteAccess() local
212 JSIValue thisVal = params->thisVal; in ExecuteGetFileList() local
243 JSIValue thisVal = params->thisVal; in ExecuteGetFileInfo() local
284 JSIValue thisVal = params->thisVal; in ExecuteWriteTextFile() local
350 JSIValue thisVal = params->thisVal; in ExecuteReadTextFile() local
373 JSIValue thisVal = params->thisVal; in ExecuteDirFunc() local
440 JSIValue thisVal = params->thisVal; in ExecuteReadArrayFile() local
475 JSIValue thisVal = params->thisVal; in ExecuteWriteArrayFile() local
532 JSIValue NativeapiFs::MoveFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in MoveFile()
537 JSIValue NativeapiFs::CopyFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in CopyFile()
542 JSIValue NativeapiFs::DeleteFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in DeleteFile()
547 JSIValue NativeapiFs::GetFileList(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in GetFileList()
552 JSIValue NativeapiFs::GetFileInfo(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in GetFileInfo()
557 JSIValue NativeapiFs::WriteTextFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in WriteTextFile()
562 JSIValue NativeapiFs::ReadTextFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in ReadTextFile()
567 JSIValue NativeapiFs::Access(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in Access()
572 JSIValue NativeapiFs::CreateDir(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in CreateDir()
577 JSIValue NativeapiFs::RemoveDir(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in RemoveDir()
583 JSIValue NativeapiFs::ReadArrayFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in ReadArrayFile()
588 JSIValue NativeapiFs::WriteArrayFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in WriteArrayFile()