remove instanceof operator

This commit is contained in:
2026-01-08 12:26:11 -06:00
parent 8203f6d1c3
commit 69245f82db
4 changed files with 1 additions and 147 deletions

View File

@@ -765,7 +765,6 @@ JSValue JS_EvalThis(JSContext *ctx, JSValueConst this_obj,
const char *input, size_t input_len,
const char *filename, int eval_flags);
JSValue JS_GetGlobalObject(JSContext *ctx);
int JS_IsInstanceOf(JSContext *ctx, JSValueConst val, JSValueConst obj);
int JS_DefineProperty(JSContext *ctx, JSValueConst this_obj,
JSAtom prop, JSValueConst val,
JSValueConst getter, JSValueConst setter, int flags);