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