Searched refs:bcFileContent (Results 1 – 2 of 2) sorted by relevance
51 void JsAppContext::CheckSnapshotVersion(const char *bcFileContent, uint32_t contentLength) const in CheckSnapshotVersion() argument58 …if ((bcFileContent == nullptr) || (contentLength == 0) || (contentLength <= sizeof(JerrySnapshotHe… in CheckSnapshotVersion()61 const uint8_t *snapshotData = reinterpret_cast<const uint8_t *>(bcFileContent); in CheckSnapshotVersion()
197 void CheckSnapshotVersion(const char *bcFileContent, uint32_t contentLength) const;