Home
last modified time | relevance | path

Searched refs:JS_ThrowSyntaxErrorAtom (Results 1 – 2 of 2) sorted by relevance

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c6663 #define JS_ThrowSyntaxErrorAtom(ctx, fmt, atom) __JS_ThrowSyntaxErrorAtom(ctx, atom, fmt, "") macro
9449 return JS_ThrowSyntaxErrorAtom(ctx, "redeclaration of '%s'", prop); in JS_ThrowSyntaxErrorVarRedeclaration()
27154 JS_ThrowSyntaxErrorAtom(ctx, "duplicate exported name '%s'", export_name); in add_export_entry2()
30081 JS_ThrowSyntaxErrorAtom(ctx, "undefined private field '%s'", in resolve_scope_private_field1()
32443 JS_ThrowSyntaxErrorAtom(ctx, "exported variable '%s' does not exist", in add_module_variables()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c6706 #define JS_ThrowSyntaxErrorAtom(ctx, fmt, atom) __JS_ThrowSyntaxErrorAtom(ctx, atom, fmt, "") macro
9492 return JS_ThrowSyntaxErrorAtom(ctx, "redeclaration of '%s'", prop); in JS_ThrowSyntaxErrorVarRedeclaration()
27201 JS_ThrowSyntaxErrorAtom(ctx, "duplicate exported name '%s'", export_name); in add_export_entry2()
30128 JS_ThrowSyntaxErrorAtom(ctx, "undefined private field '%s'", in resolve_scope_private_field1()
32490 JS_ThrowSyntaxErrorAtom(ctx, "exported variable '%s' does not exist", in add_module_variables()