Home
last modified time | relevance | path

Searched refs:hWrapperValue (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fxjs/
Dcfxjse_context.cpp256 v8::Local<v8::Value> hWrapperValue = hWrapper->Run(); in ExecuteScript() local
257 ASSERT(hWrapperValue->IsFunction()); in ExecuteScript()
258 v8::Local<v8::Function> hWrapperFn = hWrapperValue.As<v8::Function>(); in ExecuteScript()