list(APPEND JSC_SRC
    interpreter/CallFrame.cpp
    interpreter/Interpreter.cpp
)

if(NOT ENABLE_BUILD_JSC_ALLINONEFILE)
    list(APPEND JSC_SRC
        interpreter/RegisterFile.cpp
    )
endif(NOT ENABLE_BUILD_JSC_ALLINONEFILE)
