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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8NPObject.cpp438 static v8::Eternal<v8::FunctionTemplate> npObjectDesc; local
455 if (npObjectDesc.IsEmpty()) {
461 npObjectDesc.Set(isolate, templ);
468 v8::Handle<v8::Function> v8Function = npObjectDesc.Get(isolate)->GetFunction();

Completed in 73 milliseconds