Home
last modified time | relevance | path

Searched defs:has_writable (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dproperty-descriptor.h94 bool has_writable() const { return has_writable_; } in has_writable() function
/third_party/node/deps/v8/src/debug/
Ddebug-interface.h651 bool has_writable : 1; member
/third_party/node/deps/v8/src/api/
Dapi.cc4418 bool v8::PropertyDescriptor::has_writable() const { in has_writable() function in v8::v8::PropertyDescriptor