Remove intrinsics support from parser.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-06-28 14:28:05 +03:00
committed by Evgeny Gavrin
parent 3e86875333
commit 447358cd4a
3 changed files with 0 additions and 26 deletions
-13
View File
@@ -755,19 +755,6 @@ dumper_finish_scope (void)
STACK_DROP (temp_names, 1);
}
bool
dumper_is_intrinsic (operand /* obj */)
{
return false;
}
operand
dump_intrinsic (operand /* obj */, operand /* arg */)
{
JERRY_UNREACHABLE ();
return dump_undefined_assignment_res ();
}
/**
* Check that byte-code operand refers to 'eval' string
*