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.c24 napi_value escapee = NULL; in NewScopeEscape() local
28 NODE_API_CALL(env, napi_escape_handle(env, scope, output, &escapee)); in NewScopeEscape()
30 return escapee; in NewScopeEscape()
36 napi_value escapee = NULL; in NewScopeEscapeTwice() local
41 NODE_API_CALL(env, napi_escape_handle(env, scope, output, &escapee)); in NewScopeEscapeTwice()
42 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/node/src/
Djs_native_api.h359 napi_value escapee,
Djsvm.h559 JSVM_Value escapee,
Djs_native_api_v8.cc3773 JSVM_Value escapee, in OH_JSVM_EscapeHandle() argument
3779 CHECK_ARG(env, escapee); in OH_JSVM_EscapeHandle()
3786 s->Escape(v8impl::V8LocalValueFromJsValue(escapee))); in OH_JSVM_EscapeHandle()
/third_party/node/doc/api/
Dn-api.md1647 napi_value escapee,
1653 * `[in] escapee`: `napi_value` representing the JavaScript `Object` to be