OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_configurable
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
property-descriptor.h
56
return !has_enumerable() && !
has_configurable
() && !has_writable() &&
72
bool
has_configurable
() const { return has_configurable_; }
function in class:v8::internal::PropertyDescriptor
99
(
has_configurable
() && !configurable() ? DONT_DELETE : NONE) |
property-descriptor.cc
135
if (
has_configurable
()) {
295
if (!desc->
has_configurable
()) desc->set_configurable(false);
objects.cc
[
all
...]
Completed in 172 milliseconds