Home
last modified time | relevance | path

Searched refs:Array_prototype (Results 1 – 19 of 19) sorted by path

/dports/graphics/aseprite/aseprite-1.2.9/third_party/mujs/
H A Djsarray.c702 js_pushobject(J, J->Array_prototype); in jsB_initarray()
H A Djsbuiltin.c196 J->Array_prototype = jsV_newobject(J, JS_CARRAY, J->Object_prototype); in jsB_init()
H A Djsgc.c135 jsG_markobject(J, mark, J->Array_prototype); in js_gc()
H A Djsi.h190 js_Object *Array_prototype; member
H A Djsvalue.c381 js_pushobject(J, jsV_newobject(J, JS_CARRAY, J->Array_prototype)); in js_newarray()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/mujs/
H A Djsarray.c717 js_pushobject(J, J->Array_prototype); in jsB_initarray()
H A Djsbuiltin.c196 J->Array_prototype = jsV_newobject(J, JS_CARRAY, J->Object_prototype); in jsB_init()
H A Djsgc.c149 jsG_markobject(J, mark, J->Array_prototype); in js_gc()
H A Djsi.h213 js_Object *Array_prototype; member
H A Djsvalue.c388 js_pushobject(J, jsV_newobject(J, JS_CARRAY, J->Array_prototype)); in js_newarray()
/dports/lang/fpc-source/fpc-3.2.2/packages/libsee/src/
H A Dlibsee.pas241 Array_prototype : TPSEE_object;
/dports/lang/mujs/mujs-1.2.0/
H A Djsarray.c732 js_pushobject(J, J->Array_prototype); in jsB_initarray()
H A Djsbuiltin.c201 J->Array_prototype = jsV_newobject(J, JS_CARRAY, J->Object_prototype); in jsB_init()
H A Djsgc.c149 jsG_markobject(J, mark, J->Array_prototype); in js_gc()
H A Djsi.h226 js_Object *Array_prototype; member
H A Djsvalue.c426 js_pushobject(J, jsV_newobject(J, JS_CARRAY, J->Array_prototype)); in js_newarray()
/dports/lang/see/see-3.1.1424/include/see/
H A Dinterpreter.h50 struct SEE_object *Array_prototype; member
/dports/lang/see/see-3.1.1424/libsee/
H A Ddebug.c156 else if (o == interp->Array_prototype) known = "Array.prototype";
H A Dobj_Array.c156 interp->Array_prototype =
165 struct SEE_object *Array_prototype; /* struct array_object */ local
169 Array_prototype = interp->Array_prototype;
179 SEE_SET_OBJECT(&v, Array_prototype);
184 array_init((struct array_object *)Array_prototype, interp, 0);
187 Array_prototype->Prototype = interp->Object_prototype;
191 SEE_OBJECT_PUT(interp, Array_prototype, STR(constructor), &v,
197 SEE_OBJECT_PUT(interp, Array_prototype, STR(name), &v, \
361 interp->Array_prototype);