mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
initial commit
Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
This commit is contained in:
commit
485fbc25af
985 changed files with 436419 additions and 0 deletions
10
src/parser/Script.cpp
Normal file
10
src/parser/Script.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include "Escargot.h"
|
||||
#include "Script.h"
|
||||
|
||||
namespace Escargot {
|
||||
|
||||
Script::Script()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue