summaryrefslogtreecommitdiff
path: root/core/flags.rs
AgeCommit message (Collapse)Author
2019-03-11core: Abstract out Behavior from Isolate (#1904)Ryan Dahl
Move v8_set_flags and v8_version to core. (The idea is that src/ should not depend on libdeno.rs anymore. This is a step towards that.)