Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs.c43391 static const JSCFunctionListEntry js_regexp_proto_funcs[] = { variable
43430 JS_SetPropertyFunctionList(ctx, ctx->class_proto[JS_CLASS_REGEXP], js_regexp_proto_funcs, in JS_AddIntrinsicRegExp()
43431 countof(js_regexp_proto_funcs)); in JS_AddIntrinsicRegExp()