summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/runtime/CommonIdentifiers.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/runtime/CommonIdentifiers.h')
-rw-r--r--JavaScriptCore/runtime/CommonIdentifiers.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/JavaScriptCore/runtime/CommonIdentifiers.h b/JavaScriptCore/runtime/CommonIdentifiers.h
index d4c5d52..148d3dd 100644
--- a/JavaScriptCore/runtime/CommonIdentifiers.h
+++ b/JavaScriptCore/runtime/CommonIdentifiers.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003,2007 Apple Computer, Inc
+ * Copyright (C) 2003, 2007, 2009 Apple Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -42,6 +42,7 @@
macro(exec) \
macro(fromCharCode) \
macro(global) \
+ macro(getPrototypeOf) \
macro(hasOwnProperty) \
macro(ignoreCase) \
macro(index) \
@@ -59,6 +60,8 @@
macro(test) \
macro(toExponential) \
macro(toFixed) \
+ macro(toISOString) \
+ macro(toJSON) \
macro(toLocaleString) \
macro(toPrecision) \
macro(toString) \
@@ -68,13 +71,14 @@
namespace JSC {
- class CommonIdentifiers : Noncopyable {
+ class CommonIdentifiers : public Noncopyable {
private:
CommonIdentifiers(JSGlobalData*);
friend class JSGlobalData;
public:
const Identifier nullIdentifier;
+ const Identifier emptyIdentifier;
const Identifier underscoreProto;
const Identifier thisIdentifier;