Skip to content

Commit

Permalink
Forcefully enable Proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
willholen committed Mar 31, 2020
1 parent 3a045fe commit 16fb3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/VM/Runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Runtime::Runtime(StorageProvider *provider, const RuntimeConfig &runtimeConfig)
runtimeConfig.getCrashMgr(),
provider),
jitContext_(runtimeConfig.getEnableJIT(), (1 << 20) * 8, (1 << 20) * 32),
hasES6Proxy_(runtimeConfig.getES6Proxy()),
hasES6Proxy_(true),
hasES6Symbol_(runtimeConfig.getES6Symbol()),
shouldRandomizeMemoryLayout_(runtimeConfig.getRandomizeMemoryLayout()),
bytecodeWarmupPercent_(runtimeConfig.getBytecodeWarmupPercent()),
Expand Down

0 comments on commit 16fb3d7

Please sign in to comment.