summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/CMakeLists.txt')
-rw-r--r--JavaScriptCore/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/JavaScriptCore/CMakeLists.txt b/JavaScriptCore/CMakeLists.txt
index f0281e4..da7e119 100644
--- a/JavaScriptCore/CMakeLists.txt
+++ b/JavaScriptCore/CMakeLists.txt
@@ -61,6 +61,7 @@ SET(JavaScriptCore_SOURCES
jit/JITPropertyAccess32_64.cpp
jit/JITArithmetic.cpp
jit/JITCall.cpp
+ jit/JITCall32_64.cpp
jit/JIT.cpp
parser/Lexer.cpp
@@ -122,6 +123,7 @@ SET(JavaScriptCore_SOURCES
runtime/JSNotAnObject.cpp
runtime/JSNumberCell.cpp
runtime/JSObject.cpp
+ runtime/JSObjectWithGlobalObject.cpp
runtime/JSONObject.cpp
runtime/JSPropertyNameIterator.cpp
runtime/JSStaticScopeObject.cpp