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 | 24 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/ |
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/node/src/ |
D | js_native_api.h | 359 napi_value escapee,
|
D | jsvm.h | 559 JSVM_Value escapee,
|
D | js_native_api_v8.cc | 3773 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/ |
D | n-api.md | 1647 napi_value escapee, 1653 * `[in] escapee`: `napi_value` representing the JavaScript `Object` to be
|