Home
last modified time | relevance | path

Searched refs:IsFunctionOrMethod (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h68 bool IsFunctionOrMethod(uint32_t flags);
Dweb-snapshot.cc83 if (IsFunctionOrMethod(flags)) { in FunctionFlagsToFunctionKind()
155 bool WebSnapshotSerializerDeserializer::IsFunctionOrMethod(uint32_t flags) { in IsFunctionOrMethod() function in v8::internal::WebSnapshotSerializerDeserializer