Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.cpp88 Attach(pValue->ToV8Value(), pValue->GetType()); in Attach()
140 v8::Local<v8::Value> CJS_Value::ToV8Value() const in ToV8Value() function in CJS_Value
238 m_pValue = value.ToV8Value(); in operator =()
501 JS_PutArrayElement(m_isolate, m_pArray, index, value.ToV8Value(), value.GetType()); in SetElement()
/external/pdfium/fpdfsdk/include/javascript/
DJS_Define.h138 info.GetReturnValue().Set(valueRes.ToV8Value()); in JSMethod()
405 info.GetReturnValue().Set(valueRes.ToV8Value()); in JSGlobalFunc()
452 if (JS_DefineGlobalConst(pRuntime, (const wchar_t*)ArrayName, prop.ToV8Value()) < 0)\
DJS_Value.h51 v8::Local<v8::Value> ToV8Value() const;