Home
last modified time | relevance | path

Searched refs:JS_PROP_THROW_STRICT (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h288 #define JS_PROP_THROW_STRICT (1 << 15) macro
A Dquickjs.c6611 ((flags & JS_PROP_THROW_STRICT) && is_strict_mode(ctx))) { in JS_ThrowTypeErrorOrFalse()
6645 ((flags & JS_PROP_THROW_STRICT) && is_strict_mode(ctx))) { in JS_ThrowTypeErrorReadOnly()
8118 ((flags & JS_PROP_THROW_STRICT) && is_strict_mode(ctx))) { in call_setter()
9588 flags = JS_PROP_THROW_STRICT; in JS_SetGlobalVar()
9612 ((flags & JS_PROP_THROW_STRICT) && is_strict_mode(ctx))) { in JS_DeleteProperty()
14630 ret = JS_DeleteProperty(ctx, op1, atom, JS_PROP_THROW_STRICT); in js_operator_delete()
17401 JS_PROP_THROW_STRICT); in JS_CallInternal()
17653 ret = JS_SetPropertyValue(ctx, sp[-3], sp[-2], sp[-1], JS_PROP_THROW_STRICT); in JS_CallInternal()
17697 JS_PROP_THROW_STRICT); in JS_CallInternal()
18370 JS_PROP_THROW_STRICT); in JS_CallInternal()
[all …]

Completed in 93 milliseconds