toExecutionContext 1166 Source/bindings/templates/interface.cpp ExecutionContext* context = toExecutionContext(prototypeTemplate->CreationContext()); toExecutionContext 1366 Source/bindings/tests/results/V8TestInterface.cpp ExecutionContext* context = toExecutionContext(prototypeTemplate->CreationContext()); toExecutionContext 8149 Source/bindings/tests/results/V8TestObject.cpp ExecutionContext* context = toExecutionContext(prototypeTemplate->CreationContext()); toExecutionContext 47 Source/bindings/v8/NewScriptState.cpp return toExecutionContext(context()); toExecutionContext 66 Source/bindings/v8/ScriptState.cpp return toExecutionContext(m_context.newLocal(m_isolate)); toExecutionContext 542 Source/bindings/v8/V8Binding.cpp return toExecutionContext(isolate->GetCurrentContext()); toExecutionContext 554 Source/bindings/v8/V8Binding.cpp return toExecutionContext(context); toExecutionContext 658 Source/bindings/v8/V8Binding.h ExecutionContext* toExecutionContext(v8::Handle<v8::Context>); toExecutionContext 151 Source/bindings/v8/V8Initializer.cpp if (ExecutionContext* executionContext = toExecutionContext(context)) {