Home
last modified time | relevance | path

Searched refs:JERRY_BUILTIN_JSON (Results 1 - 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/
H A Dconfig.h182 #ifndef JERRY_BUILTIN_JSON
183 # define JERRY_BUILTIN_JSON JERRY_BUILTINS macro
184 #endif /* !defined (JERRY_BUILTIN_JSON) */
617 #if !defined (JERRY_BUILTIN_JSON) \
618 || ((JERRY_BUILTIN_JSON != 0) && (JERRY_BUILTIN_JSON != 1))
619 # error "Invalid value for JERRY_BUILTIN_JSON macro."
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers-json.c21 #if ENABLED (JERRY_BUILTIN_JSON)
84 #endif /* ENABLED (JERRY_BUILTIN_JSON) */
H A Decma-builtin-helpers.h179 #if ENABLED (JERRY_BUILTIN_JSON)
224 #endif /* ENABLED (JERRY_BUILTIN_JSON) */
H A Decma-builtins.inc.h201 #if ENABLED (JERRY_BUILTIN_JSON)
208 #endif /* ENABLED (JERRY_BUILTIN_JSON) */
H A Decma-builtin-json.c33 #if ENABLED (JERRY_BUILTIN_JSON)
1597 #endif /* ENABLED (JERRY_BUILTIN_JSON) */
/third_party/jerryscript/jerry-core/api/
H A Djerry.c1012 #if ENABLED (JERRY_BUILTIN_JSON) in jerry_is_feature_enabled()
1014 #endif /* ENABLED (JERRY_BUILTIN_JSON) */ in jerry_is_feature_enabled()
4411 #if ENABLED (JERRY_BUILTIN_JSON) in jerry_json_parse()
4420 #else /* !ENABLED (JERRY_BUILTIN_JSON) */ in jerry_json_parse()
4425 #endif /* ENABLED (JERRY_BUILTIN_JSON) */ in jerry_json_parse()
4439 #if ENABLED (JERRY_BUILTIN_JSON) in jerry_json_stringify()
4453 #else /* ENABLED (JERRY_BUILTIN_JSON) */ in jerry_json_stringify()
4457 #endif /* ENABLED (JERRY_BUILTIN_JSON) */ in jerry_json_stringify()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects.c2803 #if ENABLED (JERRY_BUILTIN_JSON) in ecma_object_get_class_name()
2808 #endif /* ENABLED (JERRY_BUILTIN_JSON) */ in ecma_object_get_class_name()

Completed in 13 milliseconds