newInstance 185 Source/bindings/v8/ScriptFunctionCall.cpp v8::Local<v8::Object> result = V8ObjectConstructor::newInstance(m_scriptState->isolate(), constructor, m_arguments.size(), info.get()); newInstance 76 Source/bindings/v8/V8DOMWrapper.cpp v8::Local<v8::Object> wrapper = perContextData ? perContextData->createWrapperFromCache(type) : V8ObjectConstructor::newInstance(isolate, type->domTemplate(isolate)->GetFunction()); newInstance 456 Source/bindings/v8/V8NPObject.cpp v8::Local<v8::Object> value = V8ObjectConstructor::newInstance(isolate, v8Function); newInstance 75 Source/bindings/v8/V8ObjectConstructor.h static v8::Local<v8::Object> newInstance(v8::Isolate*, v8::Handle<v8::Function>); newInstance 76 Source/bindings/v8/V8ObjectConstructor.h static v8::Local<v8::Object> newInstance(v8::Isolate*, v8::Handle<v8::Function>, int, v8::Handle<v8::Value> argv[]); newInstance 92 Source/bindings/v8/V8PerContextData.cpp v8::Local<v8::Object> instanceTemplate = V8ObjectConstructor::newInstance(m_isolate, function); newInstance 300 Source/bindings/v8/V8WindowShell.cpp v8::Local<v8::Object> windowWrapper = V8ObjectConstructor::newInstance(m_isolate, m_scriptState->perContextData()->constructorForType(&V8Window::wrapperTypeInfo)); newInstance 139 Source/bindings/v8/WorkerScriptController.cpp v8::Local<v8::Object> jsWorkerGlobalScope = V8ObjectConstructor::newInstance(m_isolate, workerGlobalScopeConstructor); newInstance 61 Source/bindings/v8/custom/V8InjectedScriptManager.cpp v8::Local<v8::Object> instanceTemplate = V8ObjectConstructor::newInstance(isolate, function); newInstance 58 Source/core/animation/CompositorAnimations.h static void setInstanceForTesting(CompositorAnimations* newInstance) { instance(newInstance); } newInstance 71 Source/core/animation/CompositorAnimations.h static CompositorAnimations* instance(CompositorAnimations* newInstance) newInstance 74 Source/core/animation/CompositorAnimations.h if (newInstance) { newInstance 75 Source/core/animation/CompositorAnimations.h instance = newInstance; newInstance 603 Source/core/svg/SVGUseElement.cpp RefPtr<SVGElementInstance> newInstance = SVGElementInstance::create(this, toSVGUseElement(target), newTarget); newInstance 604 Source/core/svg/SVGUseElement.cpp SVGElementInstance* newInstancePtr = newInstance.get(); newInstance 605 Source/core/svg/SVGUseElement.cpp targetInstance->appendChild(newInstance.release());