Home
last modified time | relevance | path

Searched refs:JERRY_BUILTIN_ANNEXB (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-date-prototype.c53 #if ENABLED (JERRY_BUILTIN_ANNEXB)
56 #endif /* ENABLED (JERRY_BUILTIN_ANNEXB) */
76 #if ENABLED (JERRY_BUILTIN_ANNEXB)
79 #endif /* ENABLED (JERRY_BUILTIN_ANNEXB) */
247 #if ENABLED (JERRY_BUILTIN_ANNEXB) in ecma_builtin_date_prototype_dispatch_get()
249 #endif /* ENABLED (JERRY_BUILTIN_ANNEXB) */ in ecma_builtin_date_prototype_dispatch_get()
253 #if ENABLED (JERRY_BUILTIN_ANNEXB) in ecma_builtin_date_prototype_dispatch_get()
258 #endif /* ENABLED (JERRY_BUILTIN_ANNEXB) */ in ecma_builtin_date_prototype_dispatch_get()
316 #if ENABLED (JERRY_BUILTIN_ANNEXB)
326 #else /* !ENABLED (JERRY_BUILTIN_ANNEXB) */
[all...]
H A Decma-builtin-global.c552 #if ENABLED (JERRY_BUILTIN_ANNEXB)
769 #endif /* ENABLED (JERRY_BUILTIN_ANNEXB) */
859 #if ENABLED (JERRY_BUILTIN_ANNEXB) in ecma_builtin_global_dispatch_routine()
870 #endif /* ENABLED (JERRY_BUILTIN_ANNEXB) */ in ecma_builtin_global_dispatch_routine()
H A Decma-builtin-regexp-prototype.c357 #if ENABLED (JERRY_BUILTIN_ANNEXB)
425 #endif /* ENABLED (JERRY_BUILTIN_ANNEXB) */
H A Decma-builtin-string-prototype.c1233 #if ENABLED (JERRY_BUILTIN_ANNEXB)
1294 #endif /* ENABLED (JERRY_BUILTIN_ANNEXB) */
1437 #if ENABLED (JERRY_BUILTIN_ANNEXB) in ecma_builtin_string_prototype_dispatch_routine()
1443 #endif /* ENABLED (JERRY_BUILTIN_ANNEXB) */ in ecma_builtin_string_prototype_dispatch_routine()
/third_party/jerryscript/jerry-core/
H A Dconfig.h162 #ifndef JERRY_BUILTIN_ANNEXB
163 # define JERRY_BUILTIN_ANNEXB JERRY_BUILTINS macro
164 #endif /* !defined (JERRY_BUILTIN_ANNEXB) */
597 #if !defined (JERRY_BUILTIN_ANNEXB) \
598 || ((JERRY_BUILTIN_ANNEXB != 0) && (JERRY_BUILTIN_ANNEXB != 1))
599 # error "Invalid value for JERRY_BUILTIN_ANNEXB macro."

Completed in 6 milliseconds