static const HashTable* getJSFileEntrySyncTable(ExecState* exec) { return getHashTableForGlobalData(exec->globalData(), &JSFileEntrySyncTable); }
static const HashTable* getJSDOMFileSystemTable(ExecState* exec) { return getHashTableForGlobalData(exec->globalData(), &JSDOMFileSystemTable); }
static const HashTable& getJSWorkerLocationPrototypeTable(ExecState* exec) { return getHashTableForGlobalData(exec->vm(), JSWorkerLocationPrototypeTable); }
static const HashTable* getJSSQLErrorTable(ExecState* exec) { return getHashTableForGlobalData(exec->globalData(), &JSSQLErrorTable); }
static const HashTable& getJSIDBKeyRangeConstructorTable(ExecState* exec) { return getHashTableForGlobalData(exec->vm(), JSIDBKeyRangeConstructorTable); }
static const HashTable& getJSIDBAnyPrototypeTable(ExecState* exec) { return getHashTableForGlobalData(exec->vm(), JSIDBAnyPrototypeTable); }
static const HashTable* getJSWorkerNavigatorTable(ExecState* exec) { return getHashTableForGlobalData(exec->globalData(), &JSWorkerNavigatorTable); }
static const HashTable* getJSMessagePortPrototypeTable(ExecState* exec) { return getHashTableForGlobalData(exec->globalData(), &JSMessagePortPrototypeTable); }
static const HashTable* getJSDirectoryEntryPrototypeTable(ExecState* exec) { return getHashTableForGlobalData(exec->globalData(), &JSDirectoryEntryPrototypeTable); }
static const HashTable* getJSSharedWorkerContextTable(ExecState* exec) { return getHashTableForGlobalData(exec->globalData(), &JSSharedWorkerContextTable); }
static const HashTable& getJSDedicatedWorkerGlobalScopePrototypeTable(ExecState* exec) { return getHashTableForGlobalData(exec->vm(), JSDedicatedWorkerGlobalScopePrototypeTable); }
static const HashTable* getJSDatabaseSyncPrototypeTable(ExecState* exec) { return getHashTableForGlobalData(exec->globalData(), &JSDatabaseSyncPrototypeTable); }
static const HashTable* getJSErrorEventPrototypeTable(ExecState* exec) { return getHashTableForGlobalData(exec->globalData(), &JSErrorEventPrototypeTable); }
static const HashTable* getJSWebKitFlagsPrototypeTable(ExecState* exec) { return getHashTableForGlobalData(exec->globalData(), &JSWebKitFlagsPrototypeTable); }
static const HashTable* getJSFloat32ArrayPrototypeTable(ExecState* exec) { return getHashTableForGlobalData(exec->globalData(), &JSFloat32ArrayPrototypeTable); }
static const HashTable& getJSFileListConstructorTable(ExecState* exec) { return getHashTableForGlobalData(exec->vm(), JSFileListConstructorTable); }
static const HashTable* getJSFloat64ArrayConstructorTable(ExecState* exec) { return getHashTableForGlobalData(exec->vm(), &JSFloat64ArrayConstructorTable); }
static const HashTable* getJSWebSocketTable(ExecState* exec) { return getHashTableForGlobalData(exec->globalData(), &JSWebSocketTable); }
static const HashTable* getJSSQLExceptionPrototypeTable(ExecState* exec) { return getHashTableForGlobalData(exec->globalData(), &JSSQLExceptionPrototypeTable); }
static const HashTable& getJSMessageChannelConstructorTable(ExecState* exec) { return getHashTableForGlobalData(exec->vm(), JSMessageChannelConstructorTable); }
static const HashTable* getJSEntryArrayTable(ExecState* exec) { return getHashTableForGlobalData(exec->globalData(), &JSEntryArrayTable); }
static const HashTable* getJSEventExceptionTable(ExecState* exec) { return getHashTableForGlobalData(exec->globalData(), &JSEventExceptionTable); }
static const HashTable* getJSMessageChannelTable(ExecState* exec) { return getHashTableForGlobalData(exec->globalData(), &JSMessageChannelTable); }
static const HashTable* getJSFileReaderPrototypeTable(ExecState* exec) { return getHashTableForGlobalData(exec->globalData(), &JSFileReaderPrototypeTable); }