Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs.h435 typedef struct JSPropertyDescriptor { struct
440 } JSPropertyDescriptor; argument
446 int (*get_own_property)(JSContext *ctx, JSPropertyDescriptor *desc,
773 int JS_GetOwnProperty(JSContext *ctx, JSPropertyDescriptor *desc,
Dquickjs.c1226 static int JS_GetOwnPropertyInternal(JSContext *ctx, JSPropertyDescriptor *desc,
1228 static void js_free_desc(JSContext *ctx, JSPropertyDescriptor *desc);
7213 JSPropertyDescriptor desc; in JS_GetPropertyInternal()
7552 JSPropertyDescriptor desc; in JS_GetOwnPropertyNamesInternal()
7680 static int JS_GetOwnPropertyInternal(JSContext *ctx, JSPropertyDescriptor *desc, in JS_GetOwnPropertyInternal()
7758 int JS_GetOwnProperty(JSContext *ctx, JSPropertyDescriptor *desc, in JS_GetOwnProperty()
8324 static void js_free_desc(JSContext *ctx, JSPropertyDescriptor *desc) in js_free_desc()
8338 JSPropertyDescriptor desc; in JS_SetPropertyGeneric()
8433 JSPropertyDescriptor desc; in JS_SetPropertyInternal()
36297 static int js_obj_to_desc(JSContext *ctx, JSPropertyDescriptor *d, in js_obj_to_desc()
[all …]