summaryrefslogtreecommitdiff
path: root/fxjs/cfxjse_class.cpp
AgeCommit message (Expand)Author
2018-10-18Forward declare some fxjs/ classes.Lei Zhang
2018-08-29Stop using deprecated V8 APIs in CFXJSE_Class.Lei Zhang
2018-08-28Stop using deprecated v8::ObjectTemplate::NewInstance().Lei Zhang
2018-08-17Rename CJS_Return to CJS_Result.Tom Sepez
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-07-27Tag XFA data bound to V8 Objects.Tom Sepez
2018-07-19Change some ASSERTS() to early returns in cfxjse_class.cppTom Sepez
2018-06-06[xfa] Make class error description betterDan Sinclair
2018-04-05Make Internal field usage in cfxjs_engine match README.docTom Sepez
2018-01-17Pass Isolate to v8::String::Utf8Value APIAdam Klein
2017-12-11[xfa] Refactor CJX method signatures.Dan Sinclair
2017-12-04Remove unused XFA codedan sinclair
2017-11-16Convert ByteString::{Format|FormatV} to static methodsDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-05-02Tag FXJSE's V8 objects as such.Tom Sepez
2017-04-25Use unique_ptr in CXFA_ScriptContext::m_mapVariableToContext.Tom Sepez
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-22Convert to use info.Holder instead of info.ThisDan Sinclair
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-03Remove FX_BOOL entirely.tsepez
2016-09-29Move fxjs/include to fxjsdsinclair
2016-09-12Fix leaked value object in NamedPropertySetterCallback()weili
2016-07-12Rename fxjse/ to fxjs/ update files to match class names.dsinclair