Searched refs:array_shape (Results 1 – 1 of 1) sorted by relevance
426 JSShape *array_shape; /* initial shape for Array objects */ member2301 if (ctx->array_shape) in JS_MarkContext()2302 mark_func(rt, &ctx->array_shape->header); in JS_MarkContext()2365 js_free_shape_null(ctx->rt, ctx->array_shape); in JS_FreeContext()4777 if (likely(sh == ctx->array_shape)) { in JS_NewObjectFromShape()4934 return JS_NewObjectFromShape(ctx, js_dup_shape(ctx->array_shape), in JS_NewArray()5934 JSShape *sh = ctx->array_shape; in JS_ComputeMemoryUsage()50746 ctx->array_shape = js_new_shape2(ctx, get_proto_obj(ctx->class_proto[JS_CLASS_ARRAY]), in JS_AddIntrinsicBasicObjects()50748 add_shape_property(ctx, &ctx->array_shape, NULL, in JS_AddIntrinsicBasicObjects()