Home
last modified time | relevance | path

Searched defs:WorkerGlobalScopeExecutionState (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DWorkerScriptController.h48 struct WorkerGlobalScopeExecutionState { struct
49 WorkerGlobalScopeExecutionState() in WorkerGlobalScopeExecutionState() function
56 bool hadException;
57 String errorMessage;
58 int lineNumber;
59 int columnNumber;
60 String sourceURL;
61 ScriptValue exception;