Searched defs:JS_PutObjectNumber (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp580 void JS_PutObjectNumber(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* PropertyName, int nValue) function
586 void JS_PutObjectNumber(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* PropertyName, float fValue) function
592 void JS_PutObjectNumber(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* PropertyName, double dValue) function

Completed in 370 milliseconds