Home
last modified time | relevance | path

Searched refs:JERRY_BUILTIN_JSON (Results 1 – 11 of 11) sorted by relevance

/third_party/jerryscript/jerry-core/
Dconfig.h127 #ifndef JERRY_BUILTIN_JSON
128 # define JERRY_BUILTIN_JSON JERRY_BUILTINS macro
562 #if !defined (JERRY_BUILTIN_JSON) \
563 || ((JERRY_BUILTIN_JSON != 0) && (JERRY_BUILTIN_JSON != 1))
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-json.inc.h22 #if ENABLED (JERRY_BUILTIN_JSON)
Decma-builtin-helpers-json.c21 #if ENABLED (JERRY_BUILTIN_JSON)
Decma-builtin-global.inc.h149 #if ENABLED (JERRY_BUILTIN_JSON)
Decma-builtin-helpers.h179 #if ENABLED (JERRY_BUILTIN_JSON)
Decma-builtins.inc.h201 #if ENABLED (JERRY_BUILTIN_JSON)
Decma-builtin-json.c33 #if ENABLED (JERRY_BUILTIN_JSON)
/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.inc.h117 #if ENABLED (JERRY_BUILTIN_JSON)
276 || ENABLED (JERRY_BUILTIN_JSON)
408 || ENABLED (JERRY_BUILTIN_JSON)
629 #if ENABLED (JERRY_BUILTIN_JSON)
/third_party/jerryscript/jerry-core/profiles/
DREADME.md74 * `JERRY_BUILTIN_JSON`:
93 * `JERRY_BUILTIN_JSON`
/third_party/jerryscript/jerry-core/api/
Djerry.c1012 #if ENABLED (JERRY_BUILTIN_JSON) in jerry_is_feature_enabled()
4411 #if ENABLED (JERRY_BUILTIN_JSON) in jerry_json_parse()
4439 #if ENABLED (JERRY_BUILTIN_JSON) in jerry_json_stringify()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c2803 #if ENABLED (JERRY_BUILTIN_JSON) in ecma_object_get_class_name()