Home
last modified time | relevance | path

Searched defs:ctx_p (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-native-callback-nested.c56 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL); in main() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1616 ecma_regexp_initialize_context (ecma_regexp_ctx_t *ctx_p, /**< regexp context */ in ecma_regexp_initialize_context()
1647 ecma_regexp_cleanup_context (ecma_regexp_ctx_t *ctx_p) /**< regexp context */ in ecma_regexp_cleanup_context()
2503 ecma_regexp_replace_helper_fast (ecma_replace_context_t *ctx_p, /**<replace context */ in ecma_regexp_replace_helper_fast()
/third_party/libuv/src/win/
Dthread.c98 struct thread_ctx *ctx_p; in uv__thread_start() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c843 ecma_builtin_replace_substitute (ecma_replace_context_t *ctx_p) /**< replace context */ in ecma_builtin_replace_substitute()