Home
last modified time | relevance | path

Searched refs:JS_PROP_C_W_E (Results 1 – 3 of 3) sorted by relevance

/third_party/quickjs/
Dquickjs-libc.c559 JS_PROP_C_W_E); in js_module_set_import_meta()
562 JS_PROP_C_W_E); in js_module_set_import_meta()
706 JS_PROP_C_W_E); in js_std_getenviron()
1434 JS_PROP_C_W_E); in js_std_urlGet()
1439 JS_PROP_C_W_E); in js_std_urlGet()
1442 JS_PROP_C_W_E); in js_std_urlGet()
1687 JS_DefinePropertyValueUint32(ctx, obj, 0, JS_NewInt32(ctx, info.dwSize.X), JS_PROP_C_W_E); in js_os_ttyGetWinSize()
1688 JS_DefinePropertyValueUint32(ctx, obj, 1, JS_NewInt32(ctx, info.dwSize.Y), JS_PROP_C_W_E); in js_os_ttyGetWinSize()
1720 JS_DefinePropertyValueUint32(ctx, obj, 0, JS_NewInt32(ctx, ws.ws_col), JS_PROP_C_W_E); in js_os_ttyGetWinSize()
1721 JS_DefinePropertyValueUint32(ctx, obj, 1, JS_NewInt32(ctx, ws.ws_row), JS_PROP_C_W_E); in js_os_ttyGetWinSize()
[all …]
Dquickjs.c7280 pr = add_property(ctx, p, prop, JS_PROP_C_W_E); in JS_DefinePrivateField()
7362 pr = add_property(ctx, p, JS_ATOM_Private_brand, JS_PROP_C_W_E); in JS_AddBrand()
7379 pr = add_property(ctx, p1, brand_atom, JS_PROP_C_W_E); in JS_AddBrand()
7690 desc->flags = prs->flags & JS_PROP_C_W_E; in JS_GetOwnPropertyInternal()
8070 pr = add_property(ctx, p, __JS_AtomFromUInt32(i), JS_PROP_C_W_E); in convert_fast_array_to_array()
8417 JS_PROP_C_W_E); in JS_SetPropertyGeneric()
8632 JS_PROP_C_W_E); in JS_SetPropertyInternal()
8638 pr = add_property(ctx, p, prop, JS_PROP_C_W_E); in JS_SetPropertyInternal()
8825 mask = (flags >> JS_PROP_HAS_SHIFT) & JS_PROP_C_W_E; in get_prop_flags()
8851 if (prop_flags != JS_PROP_C_W_E) in JS_CreateProperty()
[all …]
Dquickjs.h266 #define JS_PROP_C_W_E (JS_PROP_CONFIGURABLE | JS_PROP_WRITABLE | JS_PROP_ENUMERABLE) macro