Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs.c42129 static JSValue js_regexp_constructor(JSContext *ctx, JSValueConst new_target, in js_regexp_constructor() function
43432 obj = JS_NewGlobalCConstructor(ctx, "RegExp", js_regexp_constructor, 2, in JS_AddIntrinsicRegExp()