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

/external/webkit/Source/WebCore/bindings/v8/
H A DWorkerContextExecutionProxy.h49 struct WorkerContextExecutionState { struct in namespace:WebCore
50 WorkerContextExecutionState() : hadException(false), lineNumber(0) { } function in struct:WebCore::WorkerContextExecutionState
70 ScriptValue evaluate(const String& script, const String& fileName, const TextPosition0& scriptStartPosition, WorkerContextExecutionState*);

Completed in 56 milliseconds