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

  /external/webkit/Source/WebCore/bindings/v8/
V8Utilities.h 107 class SafeAllocation {
114 v8::Local<v8::Object> SafeAllocation::newInstance(v8::Handle<v8::Function> function)
122 v8::Local<v8::Object> SafeAllocation::newInstance(v8::Handle<v8::ObjectTemplate> objectTemplate)
130 v8::Local<v8::Object> SafeAllocation::newInstance(v8::Handle<v8::Function> function, int argc, v8::Handle<v8::Value> argv[])
ScriptFunctionCall.cpp 166 v8::Local<v8::Object> result = SafeAllocation::newInstance(constructor, m_arguments.size(), args.get());
WorkerContextExecutionProxy.cpp 163 v8::Local<v8::Object> jsWorkerContext = SafeAllocation::newInstance(workerContextConstructor);
V8DOMWindowShell.cpp 406 v8::Local<v8::Object> jsWindow = SafeAllocation::newInstance(windowConstructor);
623 v8::Local<v8::Object> instance = SafeAllocation::newInstance(function);
V8DOMWrapper.cpp 285 instance = SafeAllocation::newInstance(function);
V8NPObject.cpp 388 v8::Local<v8::Object> value = SafeAllocation::newInstance(v8Function);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ScriptProfileCustom.cpp 51 v8::Local<v8::Object> instance = SafeAllocation::newInstance(function);
V8ScriptProfileNodeCustom.cpp 71 v8::Local<v8::Object> instance = SafeAllocation::newInstance(function);
V8InjectedScriptManager.cpp 62 v8::Local<v8::Object> instance = SafeAllocation::newInstance(function);
  /external/webkit/Source/WebKit/chromium/src/
BoundObject.cpp 73 v8::Local<v8::Object> boundObject = WebCore::SafeAllocation::newInstance(constructor);

Completed in 102 milliseconds