summarylogtreecommitdiffstats
path: root/builtin_js.patch
diff options
context:
space:
mode:
authordr460nf1r32021-05-26 09:46:50 +0200
committerdr460nf1r32021-05-26 09:46:50 +0200
commit1d3aef48140ab4e3daa4fa0aafdb825d5448e89b (patch)
treeddb78a61560a7717a2b83f5f84cd34d5f37e843b /builtin_js.patch
parent29144a1887022b0f20acfc2914f33287038a50b5 (diff)
downloadaur-1d3aef48140ab4e3daa4fa0aafdb825d5448e89b.tar.gz
Follow upstream
Diffstat (limited to 'builtin_js.patch')
-rw-r--r--builtin_js.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/builtin_js.patch b/builtin_js.patch
deleted file mode 100644
index a984fefa7fc5..000000000000
--- a/builtin_js.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/js/src/builtin/TestingFunctions.cpp b/js/src/builtin/TestingFunctions.cpp
-index 9189ceb214..eee87893e4 100644
---- a/js/src/builtin/TestingFunctions.cpp
-+++ b/js/src/builtin/TestingFunctions.cpp
-@@ -7382,16 +7382,6 @@ JS_FOR_WASM_FEATURES(WASM_FEATURE, WASM_FEATURE)
- "helperThreadCount()",
- " Returns the number of helper threads available for off-thread tasks."),
-
-- JS_FN_HELP("createShapeSnapshot", CreateShapeSnapshot, 1, 0,
--"createShapeSnapshot(obj)",
--" Returns an object containing a shape snapshot for use with\n"
--" checkShapeSnapshot.\n"),
--
-- JS_FN_HELP("checkShapeSnapshot", CheckShapeSnapshot, 2, 0,
--"checkShapeSnapshot(snapshot, [obj])",
--" Check shape invariants based on the given snapshot and optional object.\n"
--" If there's no object argument, the snapshot's object is used.\n"),
--
- JS_FN_HELP("enableShapeConsistencyChecks", EnableShapeConsistencyChecks, 0, 0,
- "enableShapeConsistencyChecks()",
- " Enable some slow Shape assertions.\n"),