Searched refs:BuiltinOrFunctionOrConstant (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DLookup.h62 GetFunction propertyGetter() const { ASSERT(!(m_attributes & BuiltinOrFunctionOrConstant)); return reinterpret_cast<GetFunction>(m_value1); }
63 PutFunction propertyPutter() const { ASSERT(!(m_attributes & BuiltinOrFunctionOrConstant)); return reinterpret_cast<PutFunction>(m_value2); }
H A DPropertySlot.h49 BuiltinOrFunctionOrConstant = Builtin | Function | ConstantInteger, // helper only used by static hashtables enumerator in enum:JSC::Attribute

Completed in 99 milliseconds