Home
last modified time | relevance | path

Searched defs:IsContext (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_contextify.cc401 void ContextifyContext::IsContext(const FunctionCallbackInfo<Value>& args) { in IsContext() function in node::contextify::ContextifyContext
/third_party/node/deps/v8/src/api/
Dapi.cc1034 bool Data::IsContext() const { return Utils::OpenHandle(this)->IsContext(); } in IsContext() function in v8::Data