Remove intrinsics support from parser.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
committed by
Evgeny Gavrin
parent
3e86875333
commit
447358cd4a
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user