Searched refs:npObjectDesc (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8NPObject.cpp420 static v8::Persistent<v8::FunctionTemplate> npObjectDesc; local
439 if (npObjectDesc.IsEmpty()) {
445 npObjectDesc.Reset(isolate, templ);
452 v8::Handle<v8::Function> v8Function = v8::Local<v8::FunctionTemplate>::New(isolate, npObjectDesc)->GetFunction();

Completed in 25 milliseconds