summaryrefslogtreecommitdiff
path: root/fxjs/fxjs_v8.h
AgeCommit message (Expand)Author
2018-02-08Move cjs_v8.cpp to cfx_v8.cppTom Sepez
2018-02-08Make CFXJS_Engine::SetObjectPrivate() static.Tom Sepez
2018-02-07Split creation of ordinary object and bound objects in FXJS.chromium/3343Tom Sepez
2018-02-06Avoid needless malloc for v8:Global array.Tom Sepez
2018-02-06Remove unused FreeObjectPrivate() overload.Tom Sepez
2018-02-05Use unique pointer in CFXJS_PerObjectData.Tom Sepez
2018-02-05Move const arrays to CFXJS_Engine from CJS_V8Tom Sepez
2018-02-02Small tidy of fxjsTom Sepez
2018-02-02Remove V8 context from CJS_V8Tom Sepez
2018-02-01Introduce CXFJS_Engine::EngineFromContext/SetEngineInContext helpersTom Sepez
2017-12-06Move V8 helper methods to their own class.Dan Sinclair
2017-10-25Make NewNull return an actual Nulldan sinclair
2017-10-25Convert JS input params to v8::Local<v8::Value>>sdan sinclair
2017-09-18Convert string class namesRyan Harrison
2017-06-01Replace some repeated code with existing CFXJS_Engine::NewString() helper.Tom Sepez
2017-03-26Use PartitionAlloc for JavaScript ArrayBuffers and strings.Chris Palmer
2017-03-15Add array_buffer JS test.Tom Sepez
2017-02-23Store JS string constants as single-byte strings.Tom Sepez
2017-02-22Move JS constant tables to single-byte namesTom Sepez
2017-02-22Convert JS property tables to single-byte.Tom Sepez
2017-02-22Convert native method names to single-byte.Tom Sepez
2017-02-21Avoid some widestring to bytestring conversions in fxjs.Tom Sepez
2017-02-16Rename IJS_Context to IJS_EventContext.Tom Sepez
2017-01-18Tidy FXJS_V8, backfill tests.chromium/2986tsepez
2016-11-01Reland: Make the CPDFXFA_App non-globalchromium/2907dsinclair
2016-10-13Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of ht...dsinclair
2016-10-13Reland: Make the CPDFXFA_App non-globaldsinclair
2016-10-13Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://co...dsinclair
2016-10-13Make the CPDFXFA_App non-globaldsinclair
2016-09-29Move fxjs/include to fxjsdsinclair