diff options
Diffstat (limited to 'JavaScriptCore/runtime/CommonIdentifiers.h')
| -rw-r--r-- | JavaScriptCore/runtime/CommonIdentifiers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/JavaScriptCore/runtime/CommonIdentifiers.h b/JavaScriptCore/runtime/CommonIdentifiers.h index 0a3d774..1e22b6a 100644 --- a/JavaScriptCore/runtime/CommonIdentifiers.h +++ b/JavaScriptCore/runtime/CommonIdentifiers.h @@ -90,9 +90,11 @@ namespace JSC { friend class JSGlobalData; public: + const Identifier nullIdentifier; const Identifier emptyIdentifier; const Identifier underscoreProto; const Identifier thisIdentifier; + const Identifier useStrictIdentifier; #define JSC_IDENTIFIER_DECLARE_PROPERTY_NAME_GLOBAL(name) const Identifier name; JSC_COMMON_IDENTIFIERS_EACH_PROPERTY_NAME(JSC_IDENTIFIER_DECLARE_PROPERTY_NAME_GLOBAL) |
