Home
last modified time | relevance | path

Searched refs:js_pushobject (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/mujs/mujs-1.2.0/
H A Djsvalue.c88 js_pushobject(J, obj); in jsV_toString()
105 js_pushobject(J, obj); in jsV_valueOf()
411 js_pushobject(J, jsV_newobject(J, JS_COBJECT, prototype)); in js_newobjectx()
431 js_pushobject(J, jsV_newboolean(J, v)); in js_newboolean()
436 js_pushobject(J, jsV_newnumber(J, v)); in js_newnumber()
441 js_pushobject(J, jsV_newstring(J, v)); in js_newstring()
449 js_pushobject(J, obj); in js_newfunction()
467 js_pushobject(J, obj); in js_newscript()
479 js_pushobject(J, obj); in js_newcfunctionx()
505 js_pushobject(J, obj); /* proto obj */ in js_newcconstructor()
[all …]
H A Djserror.c60 js_pushobject(J, jsV_newobject(J, JS_CERROR, prototype)); in jsB_ErrorX()
72 js_pushobject(J, jsV_newobject(J, JS_CERROR, prototype)); in js_newerrorx()
108 js_pushobject(J, J->Error_prototype); in DERROR()
117 js_pushobject(J, J->NAME##_prototype); \ in DERROR()
H A Djsobject.c10 js_pushobject(J, js_toobject(J, 1)); in jsB_new_Object()
18 js_pushobject(J, js_toobject(J, 1)); in jsB_Object()
100 js_pushobject(J, obj->prototype); in O_getPrototypeOf()
124 js_pushobject(J, ref->getter); in O_getOwnPropertyDescriptor()
129 js_pushobject(J, ref->setter); in O_getOwnPropertyDescriptor()
206 js_pushobject(J, obj); in ToPropertyDescriptor()
207 js_pushobject(J, desc); in ToPropertyDescriptor()
312 js_pushobject(J, obj); in O_create()
493 js_pushobject(J, J->Object_prototype); in jsB_initobject()
H A Djsrun.c173 js_pushobject(J, J->G); in js_pushglobal()
576 js_pushobject(J, ref->getter); in jsR_hasproperty()
577 js_pushobject(J, obj); in jsR_hasproperty()
643 js_pushobject(J, ref->setter); in jsR_setproperty()
644 js_pushobject(J, obj); in jsR_setproperty()
931 js_pushobject(J, ref->getter); in js_hasvar()
951 js_pushobject(J, ref->setter); in js_setvar()
1197 js_pushobject(J, newobj); in js_construct()
1202 js_pushobject(J, newobj); in js_construct()
1584 js_pushobject(J, obj); in jsR_run()
[all …]
H A Djsboolean.c33 js_pushobject(J, J->Boolean_prototype); in jsB_initboolean()
H A Djsregexp.c46 js_pushobject(J, obj); in js_newregexpx()
226 js_pushobject(J, J->RegExp_prototype); in jsB_initregexp()
H A Djsvalue.h151 void js_pushobject(js_State *J, js_Object *v);
H A Djsmath.c165 js_pushobject(J, jsV_newobject(J, JS_CMATH, J->Object_prototype)); in jsB_initmath()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/mujs/
H A Djsvalue.c54 js_pushobject(J, obj); in jsV_toString()
71 js_pushobject(J, obj); in jsV_valueOf()
373 js_pushobject(J, jsV_newobject(J, JS_COBJECT, prototype)); in js_newobjectx()
393 js_pushobject(J, jsV_newboolean(J, v)); in js_newboolean()
398 js_pushobject(J, jsV_newnumber(J, v)); in js_newnumber()
403 js_pushobject(J, jsV_newstring(J, v)); in js_newstring()
411 js_pushobject(J, obj); in js_newfunction()
429 js_pushobject(J, obj); in js_newscript()
439 js_pushobject(J, obj); in js_newcfunction()
460 js_pushobject(J, obj); /* proto obj */ in js_newcconstructor()
[all …]
H A Djserror.c61 js_pushobject(J, jsV_newobject(J, JS_CERROR, prototype)); in jsB_ErrorX()
73 js_pushobject(J, jsV_newobject(J, JS_CERROR, prototype)); in js_newerrorx()
109 js_pushobject(J, J->Error_prototype); in DERROR()
119 js_pushobject(J, J->NAME##_prototype); \ in DERROR()
H A Djsobject.c10 js_pushobject(J, js_toobject(J, 1)); in jsB_new_Object()
18 js_pushobject(J, js_toobject(J, 1)); in jsB_Object()
101 js_pushobject(J, obj->prototype); in O_getPrototypeOf()
125 js_pushobject(J, ref->getter); in O_getOwnPropertyDescriptor()
130 js_pushobject(J, ref->setter); in O_getOwnPropertyDescriptor()
207 js_pushobject(J, obj); in ToPropertyDescriptor()
208 js_pushobject(J, desc); in ToPropertyDescriptor()
313 js_pushobject(J, obj); in O_create()
494 js_pushobject(J, J->Object_prototype); in jsB_initobject()
H A Djsrun.c161 js_pushobject(J, J->G); in js_pushglobal()
536 js_pushobject(J, ref->getter); in jsR_hasproperty()
537 js_pushobject(J, obj); in jsR_hasproperty()
603 js_pushobject(J, ref->setter); in jsR_setproperty()
604 js_pushobject(J, obj); in jsR_setproperty()
884 js_pushobject(J, ref->getter); in js_hasvar()
904 js_pushobject(J, ref->setter); in js_setvar()
1174 js_pushobject(J, newobj); in js_construct()
1184 js_pushobject(J, newobj); in js_construct()
1530 js_pushobject(J, obj); in jsR_run()
[all …]
H A Djsregexp.c27 js_pushobject(J, obj); in js_newregexp()
197 js_pushobject(J, J->RegExp_prototype); in jsB_initregexp()
H A Djsboolean.c33 js_pushobject(J, J->Boolean_prototype); in jsB_initboolean()
H A Djsvalue.h150 void js_pushobject(js_State *J, js_Object *v);
H A Djsmath.c161 js_pushobject(J, jsV_newobject(J, JS_CMATH, J->Object_prototype)); in jsB_initmath()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/mujs/
H A Djsvalue.c54 js_pushobject(J, obj); in jsV_toString()
71 js_pushobject(J, obj); in jsV_valueOf()
371 js_pushobject(J, jsV_newobject(J, JS_COBJECT, prototype)); in js_newobjectx()
386 js_pushobject(J, jsV_newboolean(J, v)); in js_newboolean()
391 js_pushobject(J, jsV_newnumber(J, v)); in js_newnumber()
396 js_pushobject(J, jsV_newstring(J, v)); in js_newstring()
404 js_pushobject(J, obj); in js_newfunction()
422 js_pushobject(J, obj); in js_newscript()
432 js_pushobject(J, obj); in js_newcfunction()
453 js_pushobject(J, obj); /* proto obj */ in js_newcconstructor()
[all …]
H A Djserror.c61 js_pushobject(J, jsV_newobject(J, JS_CERROR, prototype)); in jsB_ErrorX()
73 js_pushobject(J, jsV_newobject(J, JS_CERROR, prototype)); in js_newerrorx()
109 js_pushobject(J, J->Error_prototype); in DERROR()
119 js_pushobject(J, J->NAME##_prototype); \ in DERROR()
H A Djsobject.c10 js_pushobject(J, js_toobject(J, 1)); in jsB_new_Object()
18 js_pushobject(J, js_toobject(J, 1)); in jsB_Object()
99 js_pushobject(J, obj->prototype); in O_getPrototypeOf()
123 js_pushobject(J, ref->getter); in O_getOwnPropertyDescriptor()
128 js_pushobject(J, ref->setter); in O_getOwnPropertyDescriptor()
205 js_pushobject(J, obj); in ToPropertyDescriptor()
206 js_pushobject(J, desc); in ToPropertyDescriptor()
311 js_pushobject(J, obj); in O_create()
490 js_pushobject(J, J->Object_prototype); in jsB_initobject()
H A Djsrun.c161 js_pushobject(J, J->G); in js_pushglobal()
520 js_pushobject(J, ref->getter); in jsR_hasproperty()
521 js_pushobject(J, obj); in jsR_hasproperty()
587 js_pushobject(J, ref->setter); in jsR_setproperty()
588 js_pushobject(J, obj); in jsR_setproperty()
866 js_pushobject(J, ref->getter); in js_hasvar()
886 js_pushobject(J, ref->setter); in js_setvar()
1117 js_pushobject(J, newobj); in js_construct()
1127 js_pushobject(J, newobj); in js_construct()
1471 js_pushobject(J, obj); in jsR_run()
[all …]
H A Djsregexp.c27 js_pushobject(J, obj); in js_newregexp()
189 js_pushobject(J, J->RegExp_prototype); in jsB_initregexp()
H A Djsboolean.c33 js_pushobject(J, J->Boolean_prototype); in jsB_initboolean()
H A Djsvalue.h147 void js_pushobject(js_State *J, js_Object *v);
H A Djsmath.c141 js_pushobject(J, jsV_newobject(J, JS_CMATH, J->Object_prototype)); in jsB_initmath()
H A Djsnumber.c163 js_pushobject(J, J->Number_prototype); in jsB_initnumber()

12