HomeSort by relevance Sort by last modified time
    Searched refs:GetEntered (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/bindings/v8/
V8IsolatedContext.h 71 // v8::Context::GetEntered(). Because worlds are isolated, the entire
78 static V8IsolatedContext* getEntered()
89 return reinterpret_cast<V8IsolatedContext*>(getGlobalObject(v8::Context::GetEntered())->GetPointerFromInternalField(V8DOMWindow::enteredIsolatedWorldIndex));
V8Proxy.cpp 564 v8::Handle<v8::Context> context = v8::Context::GetEntered();
709 if (V8IsolatedContext* isolatedContext = V8IsolatedContext::getEntered()) {
720 if (V8IsolatedContext* isolatedContext = V8IsolatedContext::getEntered()) {
  /external/webkit/WebKit/chromium/src/
WebBindings.cpp 223 v8::Handle<v8::Context> context = v8::Context::GetEntered();
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
api.cc     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 41 milliseconds