Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/nan
/ Yes
Function
Yes
nan_callbacks.h:20–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
namespace Intercepted {
19
constexpr v8::Intercepted No() { return v8::Intercepted::kNo; }
20
constexpr v8::Intercepted Yes() { return v8::Intercepted::kYes; }
21
};
22
#else
23
namespace Intercepted {
Callers
9
NAN_PROPERTY_GETTER
Function · 0.85
NAN_PROPERTY_SETTER
Function · 0.85
NAN_PROPERTY_DELETER
Function · 0.85
NAN_PROPERTY_QUERY
Function · 0.85
NAN_INDEX_GETTER
Function · 0.85
NAN_INDEX_SETTER
Function · 0.85
NAN_INDEX_ENUMERATOR
Function · 0.85
NAN_INDEX_DELETER
Function · 0.85
NAN_INDEX_QUERY
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected