MCPcopy Create free account
hub / github.com/nodejs/nan / ObjectProtoToString

Function ObjectProtoToString

nan_maybe_pre_43_inl.h:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180inline MaybeLocal<v8::String> ObjectProtoToString(
181 v8::Handle<v8::Object> obj) {
182 return MaybeLocal<v8::String>(obj->ObjectProtoToString());
183}
184
185inline Maybe<bool> HasOwnProperty(
186 v8::Handle<v8::Object> obj

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected