Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/page/entry/
Dbundle.ts25 isComponent,
74 if (isComponent(name)) {
93 if (isComponent(name)) {
/third_party/jsframework/runtime/utils/
Dindex.ts20 isComponent,
/third_party/jsframework/runtime/main/util/
Dindex.js66 export function isComponent(name) { function
/third_party/quickjs/
Dquickjs.c47517 int argc, JSValueConst *argv, int isComponent) in js_global_decodeURI() argument
47539 if (!isComponent && isURIReserved(c)) { in js_global_decodeURI()
47603 static int isURIUnescaped(int c, int isComponent) { in isURIUnescaped() argument
47609 (!isComponent && isURIReserved(c))); in isURIUnescaped()
47630 int isComponent) in js_global_encodeURI() argument
47646 if (isURIUnescaped(c, isComponent)) { in js_global_encodeURI()