Searched refs:JS_SetClassProto (Results 1 – 5 of 5) sorted by relevance
/third_party/quickjs/examples/ |
D | point.c | 137 JS_SetClassProto(ctx, js_point_class_id, point_proto); in js_point_init()
|
/third_party/quickjs/ |
D | quickjs.h | 351 void JS_SetClassProto(JSContext *ctx, JSClassID class_id, JSValue obj);
|
D | quickjs-libc.c | 1544 JS_SetClassProto(ctx, js_std_file_class_id, proto); in js_std_init() 3640 JS_SetClassProto(ctx, js_worker_class_id, proto); in js_os_init()
|
D | quickjs.c | 2226 void JS_SetClassProto(JSContext *ctx, JSClassID class_id, JSValue obj) in JS_SetClassProto() function
|
/third_party/quickjs/doc/ |
D | quickjs.texi | 905 JSClass are allocated per @code{JSRuntime}. @code{JS_SetClassProto()}
|