Add ES2015 feature: ArrayBuffer (#1467)
This patch implements ArrayBuffer and ArrayBuffer.prototype built-in objects. JerryScript-DCO-1.0-Signed-off-by: Zidong Jiang zidong.jiang@intel.com
This commit is contained in:
committed by
Zoltan Herczeg
parent
eccfc1849e
commit
29d058cec4
@@ -175,7 +175,8 @@ opfunc_set_accessor (bool is_getter, /**< is getter accessor */
|
||||
accessor_name_p,
|
||||
getter_func_p,
|
||||
setter_func_p,
|
||||
ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE);
|
||||
ECMA_PROPERTY_CONFIGURABLE_ENUMERABLE,
|
||||
NULL);
|
||||
}
|
||||
else if (is_getter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user