Home
last modified time | relevance | path

Searched refs:underscoreProto (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DCommonIdentifiers.cpp33 , underscoreProto(globalData, "__proto__") in CommonIdentifiers()
DCommonIdentifiers.h89 const Identifier underscoreProto; variable
DJSString.cpp277 if (propertyName == exec->propertyNames().underscoreProto) { in getOwnPropertySlot()
313 if (propertyName != exec->propertyNames().underscoreProto) in getOwnPropertyDescriptor()
DJSObject.h492 if (propertyName == exec->propertyNames().underscoreProto) { in inlineGetOwnPropertySlot()
756 if (propertyName == exec->propertyNames().underscoreProto) in get()
DJSObject.cpp108 if (propertyName == exec->propertyNames().underscoreProto) { in put()
/external/webkit/Source/JavaScriptCore/parser/
DJSParser.cpp1297 failIfTrue(*name == m_globalData->propertyNames->underscoreProto); in parseFunctionInfo()
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1451 instructions().append(property != m_globalData->propertyNames->underscoreProto); in emitDirectPutById()