Beispiel #1
0
static const HashTable* getJSFileEntrySyncTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->globalData(), &JSFileEntrySyncTable);
}
static const HashTable* getJSDOMFileSystemTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->globalData(), &JSDOMFileSystemTable);
}
Beispiel #3
0
static const HashTable& getJSWorkerLocationPrototypeTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->vm(), JSWorkerLocationPrototypeTable);
}
Beispiel #4
0
static const HashTable* getJSSQLErrorTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->globalData(), &JSSQLErrorTable);
}
Beispiel #5
0
static const HashTable& getJSIDBKeyRangeConstructorTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->vm(), JSIDBKeyRangeConstructorTable);
}
Beispiel #6
0
static const HashTable& getJSIDBAnyPrototypeTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->vm(), JSIDBAnyPrototypeTable);
}
Beispiel #7
0
static const HashTable* getJSWorkerNavigatorTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->globalData(), &JSWorkerNavigatorTable);
}
Beispiel #8
0
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);
}
Beispiel #11
0
static const HashTable& getJSDedicatedWorkerGlobalScopePrototypeTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->vm(), JSDedicatedWorkerGlobalScopePrototypeTable);
}
static const HashTable* getJSDatabaseSyncPrototypeTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->globalData(), &JSDatabaseSyncPrototypeTable);
}
Beispiel #13
0
static const HashTable* getJSErrorEventPrototypeTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->globalData(), &JSErrorEventPrototypeTable);
}
Beispiel #14
0
static const HashTable* getJSWebKitFlagsPrototypeTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->globalData(), &JSWebKitFlagsPrototypeTable);
}
Beispiel #15
0
static const HashTable* getJSFloat32ArrayPrototypeTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->globalData(), &JSFloat32ArrayPrototypeTable);
}
Beispiel #16
0
static const HashTable& getJSFileListConstructorTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->vm(), JSFileListConstructorTable);
}
static const HashTable* getJSFloat64ArrayConstructorTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->vm(), &JSFloat64ArrayConstructorTable);
}
Beispiel #18
0
static const HashTable* getJSWebSocketTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->globalData(), &JSWebSocketTable);
}
Beispiel #19
0
static const HashTable* getJSSQLExceptionPrototypeTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->globalData(), &JSSQLExceptionPrototypeTable);
}
static const HashTable& getJSMessageChannelConstructorTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->vm(), JSMessageChannelConstructorTable);
}
Beispiel #21
0
static const HashTable* getJSEntryArrayTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->globalData(), &JSEntryArrayTable);
}
Beispiel #22
0
static const HashTable* getJSEventExceptionTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->globalData(), &JSEventExceptionTable);
}
Beispiel #23
0
static const HashTable* getJSMessageChannelTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->globalData(), &JSMessageChannelTable);
}
Beispiel #24
0
static const HashTable* getJSFileReaderPrototypeTable(ExecState* exec)
{
    return getHashTableForGlobalData(exec->globalData(), &JSFileReaderPrototypeTable);
}