Lines Matching defs:thisVal
69 JSIValue ExecuteAsyncWork(const JSIValue thisVal, const JSIValue* args, in ExecuteAsyncWork()
94 JSIValue thisVal = params->thisVal; in ExecuteCopyFile() local
143 JSIValue thisVal = params->thisVal; in ExecuteDeleteAccess() local
211 JSIValue thisVal = params->thisVal; in ExecuteGetFileList() local
242 JSIValue thisVal = params->thisVal; in ExecuteGetFileInfo() local
283 JSIValue thisVal = params->thisVal; in ExecuteWriteTextFile() local
349 JSIValue thisVal = params->thisVal; in ExecuteReadTextFile() local
372 JSIValue thisVal = params->thisVal; in ExecuteDirFunc() local
439 JSIValue thisVal = params->thisVal; in ExecuteReadArrayFile() local
474 JSIValue thisVal = params->thisVal; in ExecuteWriteArrayFile() local
531 JSIValue NativeapiFs::MoveFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in MoveFile()
536 JSIValue NativeapiFs::CopyFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in CopyFile()
541 JSIValue NativeapiFs::DeleteFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in DeleteFile()
546 JSIValue NativeapiFs::GetFileList(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in GetFileList()
551 JSIValue NativeapiFs::GetFileInfo(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in GetFileInfo()
556 JSIValue NativeapiFs::WriteTextFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in WriteTextFile()
561 JSIValue NativeapiFs::ReadTextFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in ReadTextFile()
566 JSIValue NativeapiFs::Access(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in Access()
571 JSIValue NativeapiFs::CreateDir(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in CreateDir()
576 JSIValue NativeapiFs::RemoveDir(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in RemoveDir()
582 JSIValue NativeapiFs::ReadArrayFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in ReadArrayFile()
587 JSIValue NativeapiFs::WriteArrayFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in WriteArrayFile()