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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMWrapper.cpp 79 v8::Local<v8::Object> wrapper = perContextData ? perContextData->createWrapperFromCache(type) : V8ObjectConstructor::newInstance(type->domTemplate(isolate, worldTypeInMainThread(isolate))->GetFunction());
V8PerContextData.h 127 v8::Local<v8::Object> createWrapperFromCache(const WrapperTypeInfo* type)

Completed in 23 milliseconds