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

  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWrapper.cpp 152 v8::Local<v8::Function> V8DOMWrapper::getConstructorForContext(WrapperTypeInfo* type, v8::Handle<v8::Context> context)
170 return getConstructorForContext(type, context);
185 return getConstructorForContext(type, context);
V8DOMWrapper.h 100 static v8::Local<v8::Function> getConstructorForContext(WrapperTypeInfo*, v8::Handle<v8::Context>);
WorkerContextExecutionProxy.cpp 162 v8::Handle<v8::Function> workerContextConstructor = V8DOMWrapper::getConstructorForContext(contextType, context);

Completed in 26 milliseconds