aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-weakref-prototype.inc.h
diff options
context:
space:
mode:
authorRobert Fancsik <robert.fancsik@h-lab.eu>2021-11-05 14:15:47 +0100
committerGitHub <noreply@github.com>2021-11-05 14:15:47 +0100
commitbadfdf4dba1fa0a15bd78163c1713ada5e65cd22 (patch)
tree01d2a4d1969c4b422c4ce9e6638db3e7403830fd /jerry-core/ecma/builtin-objects/ecma-builtin-weakref-prototype.inc.h
parentbc091e174206b26e3ff71a9833e37527579b035f (diff)
Replace vera++ with clang-format (#4518)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
Diffstat (limited to 'jerry-core/ecma/builtin-objects/ecma-builtin-weakref-prototype.inc.h')
-rw-r--r--jerry-core/ecma/builtin-objects/ecma-builtin-weakref-prototype.inc.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-weakref-prototype.inc.h b/jerry-core/ecma/builtin-objects/ecma-builtin-weakref-prototype.inc.h
index cf05cf43..533d3956 100644
--- a/jerry-core/ecma/builtin-objects/ecma-builtin-weakref-prototype.inc.h
+++ b/jerry-core/ecma/builtin-objects/ecma-builtin-weakref-prototype.inc.h
@@ -24,13 +24,9 @@
/* Object properties:
* (property name, object pointer getter) */
-OBJECT_VALUE (LIT_MAGIC_STRING_CONSTRUCTOR,
- ECMA_BUILTIN_ID_WEAKREF,
- ECMA_PROPERTY_CONFIGURABLE_WRITABLE)
+OBJECT_VALUE (LIT_MAGIC_STRING_CONSTRUCTOR, ECMA_BUILTIN_ID_WEAKREF, ECMA_PROPERTY_CONFIGURABLE_WRITABLE)
-STRING_VALUE (LIT_GLOBAL_SYMBOL_TO_STRING_TAG,
- LIT_MAGIC_STRING_WEAKREF_UL,
- ECMA_PROPERTY_FLAG_CONFIGURABLE)
+STRING_VALUE (LIT_GLOBAL_SYMBOL_TO_STRING_TAG, LIT_MAGIC_STRING_WEAKREF_UL, ECMA_PROPERTY_FLAG_CONFIGURABLE)
/* Routine properties:
* (property name, C routine name, arguments number or NON_FIXED, value of the routine's length property) */