Lines Matching refs:thisVal
29 static JSIValue MoveFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
30 static JSIValue CopyFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
31 static JSIValue DeleteFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
32 static JSIValue GetFileList(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
33 static JSIValue GetFileInfo(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
34 static JSIValue WriteTextFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
35 static JSIValue ReadTextFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
36 static JSIValue Access(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
37 static JSIValue CreateDir(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
38 static JSIValue RemoveDir(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
41 static JSIValue ReadArrayFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
42 static JSIValue WriteArrayFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);