mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-25 18:50:09 +01:00
The eq operator would only work for some types and put the interpreter in an error state if passed objects it didn't know how to compare. It would also not compare strings by value nor allow strings to be compared to names. This patch makes any two objects comparable. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| cairo-script-file.c | ||
| cairo-script-hash.c | ||
| cairo-script-interpreter.c | ||
| cairo-script-interpreter.h | ||
| cairo-script-objects.c | ||
| cairo-script-operators.c | ||
| cairo-script-private.h | ||
| cairo-script-scanner.c | ||
| cairo-script-stack.c | ||
| COPYING | ||
| csi-replay.c | ||
| Makefile.am | ||