mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Now,
- GCutil has bdwgc and general GC Utilities (LeakChecker, allocator
wrapper)
- src/heap has Escargot-dependent functions (Custom Allocator,
LeakCheckerBridge for global function support)
18 lines
622 B
Text
18 lines
622 B
Text
[submodule "test/test262"]
|
|
path = test/test262
|
|
url = https://github.com/tc39/test262.git
|
|
[submodule "test/test262-master"]
|
|
path = test/test262-master
|
|
url = https://github.com/tc39/test262.git
|
|
[submodule "test/test262-harness-py"]
|
|
path = test/test262-harness-py
|
|
url = https://github.com/test262-utils/test262-harness-py
|
|
[submodule "test/octane"]
|
|
path = test/octane
|
|
url = https://github.com/chromium/octane.git
|
|
[submodule "test/vendortest"]
|
|
path = test/vendortest
|
|
url = git@10.113.64.74:webtf/js_vendor_tc.git
|
|
[submodule "third_party/GCutil"]
|
|
path = third_party/GCutil
|
|
url = git@10.113.64.74:webtf/GCutil.git
|