OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isExtensible
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
Structure.h
83
bool
isExtensible
() const { return !m_preventExtensions; }
JSObject.h
217
bool
isExtensible
() { return m_structure->
isExtensible
(); }
590
if (!
isExtensible
())
654
if (!
isExtensible
())
[
all
...]
Completed in 417 milliseconds