#575: high-level disable only

This commit is contained in:
Cameron Kaiser 2019-10-28 21:18:14 -07:00
parent 5b23930427
commit b321cdff4c
1 changed files with 1 additions and 1 deletions

View File

@ -1176,7 +1176,7 @@ static const JSFunctionSpec object_methods[] = {
JS_FN(js_toString_str, obj_toString, 0,0),
JS_SELF_HOSTED_FN(js_toLocaleString_str, "Object_toLocaleString", 0,JSPROP_DEFINE_LATE),
JS_FN(js_valueOf_str, obj_valueOf, 0,0),
#if JS_HAS_OBJ_WATCHPOINT
#if (0) // JS_HAS_OBJ_WATCHPOINT // TenFourFox issue 575
JS_FN(js_watch_str, obj_watch, 2,0),
JS_FN(js_unwatch_str, obj_unwatch, 1,0),
#endif