Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_handle_scope/
Dtest_handle_scope.c23 napi_value escapee = NULL; in NewScopeEscape() local
27 NAPI_CALL(env, napi_escape_handle(env, scope, output, &escapee)); in NewScopeEscape()
29 return escapee; in NewScopeEscape()
35 napi_value escapee = NULL; in NewScopeEscapeTwice() local
40 NAPI_CALL(env, napi_escape_handle(env, scope, output, &escapee)); in NewScopeEscapeTwice()
41 status = napi_escape_handle(env, scope, output, &escapee); in NewScopeEscapeTwice()
/third_party/jerryscript/jerry-ext/handle-scope/
Dhandle-scope.c158 jerry_value_t escapee, in jerryx_escape_handle_internal() argument
183 if (escapee == scope->handle_prelist[idx_plus_1 - 1]) in jerryx_escape_handle_internal()
226 if (handle->jval != escapee) in jerryx_escape_handle_internal()
275 jerry_value_t escapee, in jerryx_escape_handle() argument
278 return jerryx_escape_handle_internal (scope, escapee, result, true); in jerryx_escape_handle()
292 jerry_value_t escapee, in jerryx_remove_handle() argument
295 return jerryx_escape_handle_internal (scope, escapee, result, false); in jerryx_remove_handle()
Dhandle-scope-internal.h81 jerry_value_t escapee,
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dhandle-scope.h105 jerry_value_t escapee,
114 jerry_value_t escapee,
/third_party/ejdb/src/bindings/ejdb2_node/
Djs_native_api.h359 napi_value escapee,
/third_party/node/src/
Djs_native_api.h359 napi_value escapee,
Djs_native_api_v8.cc2605 napi_value escapee, in napi_escape_handle() argument
2611 CHECK_ARG(env, escapee); in napi_escape_handle()
2618 s->Escape(v8impl::V8LocalValueFromJsValue(escapee))); in napi_escape_handle()
/third_party/node/doc/api/
Dn-api.md1494 napi_value escapee,
1500 * `[in] escapee`: `napi_value` representing the JavaScript `Object` to be