#include "JSScriptObject.h" namespace Atomic { ScriptObject::ScriptObject(Context* context) : Object(context) { } ScriptObject::~ScriptObject() { } }