currentExecutionContext   48 Source/bindings/templates/attributes.cpp     ExecutionContext* scriptContext = currentExecutionContext(info.GetIsolate());
currentExecutionContext  266 Source/bindings/templates/attributes.cpp     ExecutionContext* scriptContext = currentExecutionContext(info.GetIsolate());
currentExecutionContext  122 Source/bindings/templates/methods.cpp     {{argument.name}} = V8{{argument.idl_type}}::create(v8::Handle<v8::Function>::Cast(info[{{argument.index}}]), currentExecutionContext(info.GetIsolate()));
currentExecutionContext  131 Source/bindings/templates/methods.cpp OwnPtr<{{argument.idl_type}}> {{argument.name}} = {% if argument.is_nullable %}info[{{argument.index}}]->IsNull() ? nullptr : {% endif %}V8{{argument.idl_type}}::create(v8::Handle<v8::Function>::Cast(info[{{argument.index}}]), currentExecutionContext(info.GetIsolate()));
currentExecutionContext  194 Source/bindings/templates/methods.cpp ExecutionContext* scriptContext = currentExecutionContext(info.GetIsolate());
currentExecutionContext  392 Source/bindings/templates/methods.cpp     ExecutionContext* context = currentExecutionContext(isolate);
currentExecutionContext  395 Source/bindings/templates/methods.cpp     Document& document = *toDocument(currentExecutionContext(isolate));
currentExecutionContext  590 Source/bindings/tests/results/V8TestInterface.cpp     ExecutionContext* scriptContext = currentExecutionContext(info.GetIsolate());
currentExecutionContext  612 Source/bindings/tests/results/V8TestInterface.cpp     ExecutionContext* scriptContext = currentExecutionContext(info.GetIsolate());
currentExecutionContext  824 Source/bindings/tests/results/V8TestInterface.cpp     ExecutionContext* scriptContext = currentExecutionContext(info.GetIsolate());
currentExecutionContext  960 Source/bindings/tests/results/V8TestInterface.cpp     ExecutionContext* scriptContext = currentExecutionContext(info.GetIsolate());
currentExecutionContext   53 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     ExecutionContext* context = currentExecutionContext(isolate);
currentExecutionContext   54 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     Document& document = *toDocument(currentExecutionContext(isolate));
currentExecutionContext   86 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     ExecutionContext* context = currentExecutionContext(isolate);
currentExecutionContext   87 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     Document& document = *toDocument(currentExecutionContext(isolate));
currentExecutionContext 1737 Source/bindings/tests/results/V8TestObject.cpp     ExecutionContext* scriptContext = currentExecutionContext(info.GetIsolate());
currentExecutionContext 1753 Source/bindings/tests/results/V8TestObject.cpp     ExecutionContext* scriptContext = currentExecutionContext(info.GetIsolate());
currentExecutionContext 3880 Source/bindings/tests/results/V8TestObject.cpp     ExecutionContext* scriptContext = currentExecutionContext(info.GetIsolate());
currentExecutionContext 5422 Source/bindings/tests/results/V8TestObject.cpp     OwnPtr<TestCallbackInterface> testCallbackInterfaceArg = V8TestCallbackInterface::create(v8::Handle<v8::Function>::Cast(info[0]), currentExecutionContext(info.GetIsolate()));
currentExecutionContext 5442 Source/bindings/tests/results/V8TestObject.cpp         optionalTestCallbackInterfaceArg = V8TestCallbackInterface::create(v8::Handle<v8::Function>::Cast(info[0]), currentExecutionContext(info.GetIsolate()));
currentExecutionContext 5465 Source/bindings/tests/results/V8TestObject.cpp     OwnPtr<TestCallbackInterface> testCallbackInterfaceArg = info[0]->IsNull() ? nullptr : V8TestCallbackInterface::create(v8::Handle<v8::Function>::Cast(info[0]), currentExecutionContext(info.GetIsolate()));
currentExecutionContext 6427 Source/bindings/tests/results/V8TestObject.cpp     OwnPtr<TestCallbackInterface> testCallbackInterfaceArg = V8TestCallbackInterface::create(v8::Handle<v8::Function>::Cast(info[0]), currentExecutionContext(info.GetIsolate()));
currentExecutionContext 6850 Source/bindings/tests/results/V8TestObject.cpp     ExecutionContext* scriptContext = currentExecutionContext(info.GetIsolate());
currentExecutionContext 6867 Source/bindings/tests/results/V8TestObject.cpp     ExecutionContext* scriptContext = currentExecutionContext(info.GetIsolate());
currentExecutionContext 6978 Source/bindings/tests/results/V8TestObject.cpp     ExecutionContext* scriptContext = currentExecutionContext(info.GetIsolate());
currentExecutionContext 7428 Source/bindings/tests/results/V8TestObject.cpp     OwnPtr<TestCallbackInterface> testCallbackInterfaceArg = V8TestCallbackInterface::create(v8::Handle<v8::Function>::Cast(info[0]), currentExecutionContext(info.GetIsolate()));
currentExecutionContext 7452 Source/bindings/tests/results/V8TestObject.cpp         optionalTestCallbackInterfaceArg = V8TestCallbackInterface::create(v8::Handle<v8::Function>::Cast(info[0]), currentExecutionContext(info.GetIsolate()));
currentExecutionContext 7492 Source/bindings/tests/results/V8TestObject.cpp     ExecutionContext* scriptContext = currentExecutionContext(info.GetIsolate());
currentExecutionContext  149 Source/bindings/tests/results/V8TestTypedefs.cpp     OwnPtr<TestCallbackInterface> testCallbackInterfaceTypeArg = V8TestCallbackInterface::create(v8::Handle<v8::Function>::Cast(info[0]), currentExecutionContext(info.GetIsolate()));
currentExecutionContext  682 Source/bindings/v8/Dictionary.cpp     value = V8VoidCallback::create(v8::Handle<v8::Function>::Cast(v8Value), currentExecutionContext(m_isolate));
currentExecutionContext  116 Source/bindings/v8/ScriptCallStackFactory.cpp         ExecutionContext* executionContext = currentExecutionContext(v8::Isolate::GetCurrent());
currentExecutionContext  152 Source/bindings/v8/ScriptFunctionCall.cpp     v8::Local<v8::Value> result = V8ScriptRunner::callFunction(function, currentExecutionContext(m_scriptState->isolate()), thisObject, m_arguments.size(), info.get(), m_scriptState->isolate());
currentExecutionContext 2096 Source/bindings/v8/SerializedScriptValue.cpp         RefPtrWillBeRawPtr<DOMFileSystem> fs = DOMFileSystem::create(currentExecutionContext(m_isolate), name, static_cast<WebCore::FileSystemType>(type), KURL(ParsedURLString, url));
currentExecutionContext  659 Source/bindings/v8/V8Binding.h ExecutionContext* currentExecutionContext(v8::Isolate*);
currentExecutionContext   73 Source/bindings/v8/V8Callback.h     return V8CallbackType::create(v8::Handle<v8::Function>::Cast(value), currentExecutionContext(isolate));
currentExecutionContext  218 Source/bindings/v8/V8Initializer.cpp     if (ExecutionContext* context = currentExecutionContext(isolate)) {
currentExecutionContext   45 Source/bindings/v8/custom/V8MessageChannelCustom.cpp     ExecutionContext* context = currentExecutionContext(info.GetIsolate());
currentExecutionContext   60 Source/bindings/v8/custom/V8MutationObserverCustom.cpp     ExecutionContext* context = currentExecutionContext(info.GetIsolate());
currentExecutionContext  212 Source/bindings/v8/custom/V8PromiseCustom.cpp     ExecutionContext* context = currentExecutionContext(isolate);
currentExecutionContext  486 Source/bindings/v8/custom/V8PromiseCustom.cpp             ExecutionContext* executionContext = currentExecutionContext(isolate);
currentExecutionContext  506 Source/bindings/v8/custom/V8PromiseCustom.cpp     ExecutionContext* context = currentExecutionContext(isolate);
currentExecutionContext  531 Source/bindings/v8/custom/V8PromiseCustom.cpp     if (V8ScriptRunner::callFunction(init, currentExecutionContext(isolate), v8::Undefined(isolate), WTF_ARRAY_LENGTH(argv), argv, isolate).IsEmpty()) {
currentExecutionContext  682 Source/bindings/v8/custom/V8PromiseCustom.cpp     ExecutionContext* context = currentExecutionContext(isolate);
currentExecutionContext  848 Source/bindings/v8/custom/V8PromiseCustom.cpp     if (V8ScriptRunner::callFunction(then, currentExecutionContext(isolate), thenable, WTF_ARRAY_LENGTH(argv), argv, isolate).IsEmpty()) {
currentExecutionContext  858 Source/bindings/v8/custom/V8PromiseCustom.cpp     ExecutionContext* executionContext = currentExecutionContext(isolate);
currentExecutionContext   95 Source/bindings/v8/custom/V8SQLTransactionCustom.cpp     ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
currentExecutionContext   56 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp     ExecutionContext* context = currentExecutionContext(info.GetIsolate());
currentExecutionContext  176 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp     ExecutionContext* context = currentExecutionContext(info.GetIsolate());
currentExecutionContext   46 Source/core/testing/v8/WebCoreTestSupport.cpp     ExecutionContext* scriptContext = currentExecutionContext(context->GetIsolate());
currentExecutionContext   60 Source/core/testing/v8/WebCoreTestSupport.cpp     ExecutionContext* scriptContext = currentExecutionContext(context->GetIsolate());