Home
last modified time | relevance | path

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

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.h421 JSAtom JS_NewAtomLen(JSContext *ctx, const char *str, size_t len);
H A Dquickjs-libc.c708 atom = JS_NewAtomLen(ctx, name, name_len); in js_std_getenviron()
H A Dquickjs.c2952 JSAtom JS_NewAtomLen(JSContext *ctx, const char *str, size_t len) in JS_NewAtomLen() function
2969 return JS_NewAtomLen(ctx, str, strlen(str)); in JS_NewAtom()
3347 atom = JS_NewAtomLen(ctx, cstr2, len + len1); in js_atom_concat_str()
20650 atom = JS_NewAtomLen(s->ctx, buf, ident_pos); in parse_ident()
21199 atom = JS_NewAtomLen(s->ctx, buf, ident_pos); in json_parse_ident()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.h419 JSAtom JS_NewAtomLen(JSContext *ctx, const char *str, size_t len);
H A Dquickjs.c2786 JSAtom JS_NewAtomLen(JSContext *ctx, const char *str, size_t len) in JS_NewAtomLen() function
2803 return JS_NewAtomLen(ctx, str, strlen(str)); in JS_NewAtom()
3181 atom = JS_NewAtomLen(ctx, cstr2, len + len1); in js_atom_concat_str()
20214 s->token.u.ident.atom = JS_NewAtomLen(s->ctx, buf, q - buf); in next_token()
20286 s->token.u.ident.atom = JS_NewAtomLen(s->ctx, buf, q - buf); in next_token()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.h419 JSAtom JS_NewAtomLen(JSContext *ctx, const char *str, size_t len);
H A Dquickjs.c2788 JSAtom JS_NewAtomLen(JSContext *ctx, const char *str, size_t len) in JS_NewAtomLen() function
2805 return JS_NewAtomLen(ctx, str, strlen(str)); in JS_NewAtom()
3183 atom = JS_NewAtomLen(ctx, cstr2, len + len1); in js_atom_concat_str()
20216 s->token.u.ident.atom = JS_NewAtomLen(s->ctx, buf, q - buf); in next_token()
20288 s->token.u.ident.atom = JS_NewAtomLen(s->ctx, buf, q - buf); in next_token()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.h441 JSAtom JS_NewAtomLen(JSContext *ctx, const char *str, size_t len);
H A Dquickjs-libc.c702 atom = JS_NewAtomLen(ctx, name, name_len); in js_std_getenviron()
H A Dquickjs.c2995 JSAtom JS_NewAtomLen(JSContext *ctx, const char *str, size_t len) in JS_NewAtomLen() function
3012 return JS_NewAtomLen(ctx, str, strlen(str)); in JS_NewAtom()
3390 atom = JS_NewAtomLen(ctx, cstr2, len + len1); in js_atom_concat_str()
20697 atom = JS_NewAtomLen(s->ctx, buf, ident_pos); in parse_ident()
21246 atom = JS_NewAtomLen(s->ctx, buf, ident_pos); in json_parse_ident()