Home
last modified time | relevance | path

Searched refs:napi_instanceof (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/js-native-api/test_general/
Dtest_general.c50 NAPI_CALL(env, napi_instanceof(env, args[0], args[1], &instanceof)); in doInstanceOf()
/third_party/ejdb/src/bindings/ejdb2_node/
Djs_native_api.h258 NAPI_EXTERN napi_status napi_instanceof(napi_env env,
/third_party/node/src/
Djs_native_api.h258 NAPI_EXTERN napi_status napi_instanceof(napi_env env,
Djs_native_api_v8.cc2650 napi_status napi_instanceof(napi_env env, in napi_instanceof() function
/third_party/node/doc/api/
Dn-api.md720 of a certain type. This is a stronger check than [`napi_instanceof`][], because
3417 ### napi_instanceof subsection
3424 napi_status napi_instanceof(napi_env env,
4606 status = napi_instanceof(env, es_this, MyClass_constructor, &is_instance);
4617 There are occasions where `napi_instanceof()` is insufficient for ensuring that
4659 help, because `napi_instanceof()` can then be used to ensure that the instances
4662 Unfortunately, `napi_instanceof()` does not protect against prototype
4666 will pass the `napi_instanceof()` test for a query handle instance, while still
4679 of a higher fidelity than `napi_instanceof()` can provide, because such type-
6097 [`napi_instanceof`]: #n_api_napi_instanceof