OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forbidExecution
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
WorkerScriptController.h
84
//
forbidExecution
()/isExecutionForbidden() to guard against reentry into JS.
89
// Called on Worker thread when JS exits with termination exception caused by
forbidExecution
() request,
91
void
forbidExecution
();
WorkerScriptController.cpp
168
m_workerGlobalScope.script()->
forbidExecution
();
230
void WorkerScriptController::
forbidExecution
()
V8AbstractEventListener.cpp
135
toWorkerGlobalScope(context)->script()->
forbidExecution
();
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.cpp
116
//
forbidExecution
() couldn't be called from stop().
117
m_workerGlobalScope->script()->
forbidExecution
();
Completed in 837 milliseconds