summaryrefslogtreecommitdiff
path: root/testing/js_embedder_test.cpp
AgeCommit message (Expand)Author
2018-10-18Forward declare some fxjs/ classes.Lei Zhang
2018-07-16Use UnownedPtr<> to v8::Isolates.Tom Sepez
2018-02-09Move CFX_V8 testing from embeddertest to unittest.Tom Sepez
2018-02-02Remove V8 context from CJS_V8Tom Sepez
2017-12-20Fix nits in JSEmbedderTest.Lei Zhang
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-09-28Replace a few more std::unique_ptr.reset() with WrapUnique assignments.thestig
2016-09-21Set up isolate in CFXJS_Engine's constructorweili
2016-08-15Push v8::Isolate into CFXJS_Engine classchromium/2831tsepez
2016-08-15Move some v8 objects from CJS back into FXJStsepez
2016-06-28Implement IJS_Runtime::Destroy().thestig
2016-06-01Remove use of v8:Lockerstsepez
2016-05-31Fix V8 isolate setup in embedder tests and roll V8 to 055bfa7.jochen
2015-12-21Merge to XFA: Fix JS seconds since epoch to date conversions.Lei Zhang