Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h258 #define JS_TRUE JS_MKVAL(JS_TAG_BOOL, 1) macro
A Dquickjs.c14984 sp[1] = JS_TRUE; in js_for_in_next()
16134 * sp++ = JS_TRUE; in JS_CallInternal()
16482 sp[0] = JS_TRUE; in JS_CallInternal()
18473 sp[-1] = JS_TRUE; in JS_CallInternal()
36395 return JS_TRUE; in js_object_isSealed()
37689 ret = JS_TRUE; in js_array_every()
37747 ret = JS_TRUE; in js_array_every()
45198 return JS_TRUE; in js_map_delete()
50267 JS_DefinePropertyValueStr(ctx, obj1, p, JS_TRUE, JS_PROP_C_W_E); in JS_AddIntrinsicBaseObjects()

Completed in 116 milliseconds