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