Searched refs:escapee (Results 1 – 8 of 8) sorted by relevance
/third_party/node/test/js-native-api/test_handle_scope/ |
D | test_handle_scope.c | 23 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/ |
D | handle-scope.c | 158 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()
|
D | handle-scope-internal.h | 81 jerry_value_t escapee,
|
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
D | handle-scope.h | 105 jerry_value_t escapee, 114 jerry_value_t escapee,
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | js_native_api.h | 359 napi_value escapee,
|
/third_party/node/src/ |
D | js_native_api.h | 359 napi_value escapee,
|
D | js_native_api_v8.cc | 2605 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/ |
D | n-api.md | 1494 napi_value escapee, 1500 * `[in] escapee`: `napi_value` representing the JavaScript `Object` to be
|