summarylogtreecommitdiffstats
path: root/builtin_js.patch
diff options
context:
space:
mode:
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"),