Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/v8/
DWorkerContextExecutionProxy.h49 struct WorkerContextExecutionState { struct
50 WorkerContextExecutionState() : hadException(false), lineNumber(0) { } in WorkerContextExecutionState() argument
70 …t, const String& fileName, const TextPosition0& scriptStartPosition, WorkerContextExecutionState*); argument