Implementing 'eval' routine of built-in Global object.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-06-11 12:11:08 +03:00
parent b310d76dec
commit 5d5e75fad6
3 changed files with 123 additions and 3 deletions
+2 -2
View File
@@ -35,7 +35,7 @@
*
* See also:
* ecma_op_eval_chars_buffer
* ECMA-262 v5, 15.1.2.1
* ECMA-262 v5, 15.1.2.1 (steps 2 to 8)
*
* @return completion value
*/
@@ -72,7 +72,7 @@ ecma_op_eval (ecma_string_t *code_p, /**< code string */
*
* See also:
* ecma_op_eval
* ECMA-262 v5, 15.1.2.1
* ECMA-262 v5, 15.1.2.1 (steps 2 to 8)
*
* @return completion value
*/