Searched refs:JS_SetProperty (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.h | 733 static inline int JS_SetProperty(JSContext *ctx, JSValueConst this_obj, in JS_SetProperty() function
|
A D | quickjs.c | 8741 res = JS_SetProperty(ctx, this_obj, prop, val); in JS_SetPropertyInt64() 15418 ret = JS_SetProperty(ctx, target, tab_atom[i].atom, val); in JS_CopyDataProperties() 37449 if (JS_SetProperty(ctx, r, JS_ATOM_length, JS_NewUint32(ctx, k)) < 0) in js_array_from() 37632 if (JS_SetProperty(ctx, arr, JS_ATOM_length, JS_NewInt64(ctx, n)) < 0) in js_array_concat() 41646 if (JS_SetProperty(ctx, this_val, JS_ATOM_lastIndex, in js_regexp_compile() 41897 if (JS_SetProperty(ctx, this_val, JS_ATOM_lastIndex, in js_regexp_exec() 41909 if (JS_SetProperty(ctx, this_val, JS_ATOM_lastIndex, in js_regexp_exec() 42025 if (JS_SetProperty(ctx, this_val, JS_ATOM_lastIndex, in JS_RegExpDelete() 42044 if (JS_SetProperty(ctx, this_val, JS_ATOM_lastIndex, in JS_RegExpDelete() 42261 if (JS_SetProperty(ctx, R, JS_ATOM_lastIndex, in js_regexp_string_iterator_next() [all …]
|
Completed in 104 milliseconds