Home
last modified time | relevance | path

Searched refs:GetCalling (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/bindings/v8/specialization/
DV8BindingState.cpp47 v8::Local<v8::Context> activeContext = v8::Context::GetCalling(); in getActiveWindow()
/external/webkit/WebCore/bindings/v8/
DV8Proxy.cpp580 v8::Handle<v8::Context> context = v8::Context::GetCalling(); in retrieveFrameForCallingContext()
/external/v8/include/
Dv8.h2665 static Local<Context> GetCalling();
/external/v8/
DChangeLog627 function Context::GetCalling().
/external/v8/src/
Dapi.cc2981 v8::Local<v8::Context> Context::GetCalling() { in GetCalling() function in v8::Context
/external/v8/test/cctest/
Dtest-debug.cc6076 v8::Handle<v8::Context> calling = v8::Context::GetCalling(); in NamedGetterWithCallingContextCheck()
Dtest-api.cc8600 CHECK(Context::GetCalling() == calling_context1); in GetCallingContextCallback()