Searched defs:specificValue (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DResolveGlobalStatus.cpp39 JSCell* specificValue; local
H A DGetByIdStatus.cpp53 JSCell* specificValue; local
93 JSCell* specificValue; local
166 JSCell* specificValue; local
191 JSCell* specificValue; local
276 JSCell* specificValue; local
[all...]
H A DPutByIdStatus.cpp154 JSCell* specificValue; local
H A DResolveGlobalStatus.h76 JSValue specificValue() const { return m_specificValue; } function in class:JSC::ResolveGlobalStatus
H A DGetByIdStatus.h87 JSValue specificValue() const { return m_specificValue; } // Returns JSValue() if there is no specific value. function in class:JSC::GetByIdStatus
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSCJSValue.cpp139 JSCell* specificValue; local
H A DPropertyMapHashTable.h78 WriteBarrier<JSCell> specificValue; member in struct:JSC::PropertyMapEntry
80 PropertyMapEntry(VM& vm, JSCell* owner, StringImpl* key, PropertyOffset offset, unsigned attributes, JSCell* specificValue) argument
H A DStructure.cpp302 Structure* Structure::addPropertyTransitionToExistingStructure(Structure* structure, PropertyName propertyName, unsigned attributes, JSCell* specificValue, PropertyOffset& offset) argument
347 Structure* Structure::addPropertyTransition(VM& vm, Structure* structure, PropertyName propertyName, unsigned attributes, JSCell* specificValue, PropertyOffset& offset) argument
661 addPropertyWithoutTransition(VM& vm, PropertyName propertyName, unsigned attributes, JSCell* specificValue) argument
752 get(VM& vm, PropertyName propertyName, unsigned& attributes, JSCell*& specificValue) argument
795 putSpecificValue(VM& vm, PropertyName propertyName, unsigned attributes, JSCell* specificValue) argument
909 JSCell* specificValue; local
[all...]
H A DJSObject.cpp373 JSCell* specificValue; local
1249 JSCell* specificValue; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGFixupPhase.cpp1087 JSCell* specificValue; local

Completed in 193 milliseconds