Searched refs:newImpurePropertyFiresWatchpoints (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSTypeInfo.h97 bool newImpurePropertyFiresWatchpoints() const { return isSetOnFlags2(NewImpurePropertyFiresWatchpoints); } function in class:JSC::TypeInfo
H A DOperations.h208 if (typeInfo.hasImpureGetOwnPropertySlot() && !typeInfo.newImpurePropertyFiresWatchpoints())
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DRepatch.cpp103 if (structure->typeInfo().newImpurePropertyFiresWatchpoints())
338 if (structure->typeInfo().newImpurePropertyFiresWatchpoints())
351 if (protoStructure->typeInfo().newImpurePropertyFiresWatchpoints())
620 if (typeInfo.hasImpureGetOwnPropertySlot() && !typeInfo.newImpurePropertyFiresWatchpoints())
1487 if (structure->typeInfo().newImpurePropertyFiresWatchpoints())
1501 if (protoStructure->typeInfo().newImpurePropertyFiresWatchpoints())
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLLIntSlowPaths.cpp588 && !structure->typeInfo().newImpurePropertyFiresWatchpoints()) {

Completed in 138 milliseconds