Lines Matching defs:target
1672 * Create a new Proxy object with the given target and handler
1680 jerry_create_proxy (const jerry_value_t target, /**< target argument */
1685 if (ecma_is_value_error_reference (target)
1692 ecma_object_t *proxy_p = ecma_proxy_create (target, handler);
1970 * target buffer, the copy will fail.
2009 * target buffer, the copy will fail.
3633 * Access the "new.target" value.
3635 * The "new.target" value depends on the current call site. That is
3752 jerry_arraybuffer_write (const jerry_value_t value, /**< target ArrayBuffer */