Home
last modified time | relevance | path

Searched refs:JS_SetClassProto (Results 1 – 5 of 5) sorted by relevance

/third_party/quickjs/examples/
Dpoint.c137 JS_SetClassProto(ctx, js_point_class_id, point_proto); in js_point_init()
/third_party/quickjs/
Dquickjs.h351 void JS_SetClassProto(JSContext *ctx, JSClassID class_id, JSValue obj);
Dquickjs-libc.c1544 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()
Dquickjs.c2226 void JS_SetClassProto(JSContext *ctx, JSClassID class_id, JSValue obj) in JS_SetClassProto() function
/third_party/quickjs/doc/
Dquickjs.texi905 JSClass are allocated per @code{JSRuntime}. @code{JS_SetClassProto()}