summaryrefslogtreecommitdiff
path: root/fxjs/cfxjs_engine.cpp
AgeCommit message (Expand)Author
2018-10-24Be more particular about FX objects constructed from JSTom Sepez
2018-10-18Remove a few V8 includes from header files.Lei Zhang
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-14Remove optional argument from NewFXJSBoundObject().Tom Sepez
2018-07-17Check for global flag on global proxy objects.Tom Sepez
2018-07-16Use UnownedPtr<> to v8::Isolates.Tom Sepez
2018-06-11Move some CFXJS_Engine methods to CFXJS_ObjDefinition.Tom Sepez
2018-06-11Move some FXJS methods onto the per-isolate object.Tom Sepez
2018-06-07Remove v8::Context slot usage entierly from fxjsTom Sepez
2018-06-06Stop using some v8::Context slot to find runtime.Tom Sepez
2018-05-17Convert JS execute methods to return Optional<IJS_Runtime::JS_Error>Dan Sinclair
2018-04-06Avoid uninitialized internal fields in V8 global objects.Tom Sepez
2018-04-05Make Internal field usage in cfxjs_engine match README.docTom Sepez
2018-03-21Replace deprecated SetNamedPropertyHandlerFranziska Hinkelmann
2018-02-13Use actual type in place of void* in V8 mapTom Sepez
2018-02-09Tidy V8TemplateMap.Tom Sepez
2018-02-09Rename fxjs_v8.{h,cpp} to cfxjs_engine.{h,cpp}Tom Sepez