Home
last modified time | relevance | path

Searched refs:ERR_OUT_OF_MEMORY (Results 1 – 8 of 8) sorted by relevance

/third_party/jerryscript/jerry-port/default/
Ddefault-fatal.c51 && code != ERR_OUT_OF_MEMORY) in jerry_port_fatal()
79 && code != ERR_OUT_OF_MEMORY) in jerry_port_fatal()
/third_party/jerryscript/jerry-core/include/
Djerryscript-port.h51 ERR_OUT_OF_MEMORY = 10, enumerator
/third_party/jerryscript/jerry-core/jrt/
Djrt-fatals.c82 case ERR_OUT_OF_MEMORY: in jerry_fatal()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_security_cryptoFramework.js674 ERR_OUT_OF_MEMORY: 17620001, property
/third_party/jerryscript/docs/
D05.PORT-API.md27 ERR_OUT_OF_MEMORY = 10,
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c645 jerry_fatal (ERR_OUT_OF_MEMORY); in ecma_op_create_array_object()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.c1589 jerry_fatal (ERR_OUT_OF_MEMORY); in ecma_free_unused_memory()
Decma-helpers-string.c635 jerry_fatal (ERR_OUT_OF_MEMORY); in ecma_append_chars_to_string()