Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marteladas #61

Open
filipeom opened this issue Feb 15, 2024 · 0 comments
Open

Marteladas #61

filipeom opened this issue Feb 15, 2024 · 0 comments

Comments

@filipeom
Copy link
Member

filipeom commented Feb 15, 2024

List of marteladas in ecmaref6:

if (extern is_symbolic(P)) {
return extern is_number(P)
};

if (extern is_symbolic(x) ||| extern is_symbolic(y)) {
return x = y
};

if (extern is_symbolic(body)) {
extern is_eval_sat(body);
extern abort(body)
};

if (extern is_symbolic(this)) {
return extern str_symbol("app str.replace")
};

if (extern is_symbolic(x)) {
/* checks for an eval injection */
extern is_eval_sat(x);
extern abort(x)
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant