Home
last modified time | relevance | path

Searched refs:JS_NewBool (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c13694 sp[-2] = JS_NewBool(ctx, res); in js_relational_slow()
14232 sp[-2] = JS_NewBool(ctx, res); in js_relational_slow()
14530 sp[-2] = JS_NewBool(ctx, ret); in js_operator_in()
35601 return JS_NewBool(ctx, res); in js_global_isFinite()
36423 return JS_NewBool(ctx, res); in js_object_isSealed()
36693 return JS_NewBool(ctx, res); in js_object_isPrototypeOf()
37960 return JS_NewBool(ctx, res); in js_array_includes()
39899 return JS_NewBool(ctx, ret); in js_string_includes()
42115 return JS_NewBool(ctx, ret); in js_regexp_test()
50547 return JS_NewBool(ctx, res); in js_array_buffer_isView()
[all …]
A Dquickjs-libc.c572 JS_NewBool(ctx, is_main), in js_module_set_import_meta()
1037 return JS_NewBool(ctx, feof(f)); in js_std_file_eof()
1046 return JS_NewBool(ctx, ferror(f)); in js_std_file_error()
1584 return JS_NewBool(ctx, isatty(fd) == 1); in js_os_isatty()
A Dquickjs.h499 static js_force_inline JSValue JS_NewBool(JSContext *ctx, JS_BOOL val) in JS_NewBool() function
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c590 JS_NewBool(ctx, is_main), in js_module_set_import_meta()
1168 return JS_NewBool(ctx, feof(f)); in js_std_file_eof()
1178 return JS_NewBool(ctx, ferror(f)); in js_std_file_error()
1778 return JS_NewBool(ctx, isatty(fd) == 1); in js_os_isatty()

Completed in 145 milliseconds