Searched refs:NewProperty (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DPutPropertySlot.h39 enum Type { Uncachable, ExistingProperty, NewProperty }; enumerator in enum:JSC::PutPropertySlot::Type
57 m_type = NewProperty;
H A DJSObject.cpp1215 if (slot.type() != PutPropertySlot::NewProperty)
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGRepatch.cpp971 if (slot.type() == PutPropertySlot::NewProperty) {
1046 if (slot.type() == PutPropertySlot::NewProperty) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntSlowPaths.cpp987 if (slot.type() == PutPropertySlot::NewProperty) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubs.cpp945 if (slot.type() == PutPropertySlot::NewProperty) {

Completed in 90 milliseconds