summaryrefslogtreecommitdiff
path: root/fxjs/ijs_runtime.cpp
AgeCommit message (Expand)Author
2018-10-15Make fxjs/ pass gn check.Lei Zhang
2018-08-22Use UnownedPtr<> in IJS_Runtime.Tom Sepez
2018-05-17Convert JS execute methods to return Optional<IJS_Runtime::JS_Error>Dan Sinclair
2018-04-25Replace reinterpret_cast with static_cast where possibleTom Sepez
2018-04-23Disable JavaScript entirely if no JSPlatform passed by embedder.Tom Sepez
2018-04-18Always build JS Runtime stubs even if V8 present.Tom Sepez