Searched defs:WorkerGlobalScopeExecutionState (Results 1 – 1 of 1) sorted by relevance
48 struct WorkerGlobalScopeExecutionState { struct49 WorkerGlobalScopeExecutionState() in WorkerGlobalScopeExecutionState() function56 bool hadException;57 String errorMessage;58 int lineNumber;59 int columnNumber;60 String sourceURL;61 ScriptValue exception;