Home
last modified time | relevance | path

Searched refs:thisIdentifier (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DCommonIdentifiers.cpp33 , thisIdentifier(globalData, "this") in CommonIdentifiers()
DCommonIdentifiers.h95 const Identifier thisIdentifier; variable
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp436 if (ident == propertyNames().thisIdentifier) in registerFor()
493 if (ident == propertyNames().thisIdentifier) in isLocal()