Lines Matching refs:JERRY_BUILTINS
158 #ifndef JERRY_BUILTINS
159 # define JERRY_BUILTINS 1
160 #endif /* !defined (JERRY_BUILTINS) */
163 # define JERRY_BUILTIN_ANNEXB JERRY_BUILTINS
167 # define JERRY_BUILTIN_ARRAY JERRY_BUILTINS
171 # define JERRY_BUILTIN_DATE JERRY_BUILTINS
175 # define JERRY_BUILTIN_ERRORS JERRY_BUILTINS
179 # define JERRY_BUILTIN_BOOLEAN JERRY_BUILTINS
183 # define JERRY_BUILTIN_JSON JERRY_BUILTINS
187 # define JERRY_BUILTIN_MATH JERRY_BUILTINS
191 # define JERRY_BUILTIN_NUMBER JERRY_BUILTINS
195 # define JERRY_BUILTIN_REGEXP JERRY_BUILTINS
199 # define JERRY_BUILTIN_STRING JERRY_BUILTINS
637 #if !defined (JERRY_BUILTINS) \
638 || ((JERRY_BUILTINS != 0) && (JERRY_BUILTINS != 1))
639 # error "Invalid value for JERRY_BUILTINS macro."