Searched defs:IsContext (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/src/ | ||
| D | node_contextify.cc | 400 void ContextifyContext::IsContext(const FunctionCallbackInfo<Value>& args) { in IsContext() function in node::contextify::ContextifyContext |
| /third_party/node/deps/v8/src/api/ | ||
| D | api.cc | 1034 bool Data::IsContext() const { return Utils::OpenHandle(this)->IsContext(); } in IsContext() function in v8::Data |