INNER CODE UNIT · C

json

spheredev/neosphere · src/cell/build.c:664

	json = jsal_get_lstring(-1, &json_size);
	fs_fspew(build->fs, "@/artifacts.json", json, json_size);

finished:
	return visor_num_errors(build->visor) == 0;
}

static void
cache_value_to_this(const char* key)
{
	jsal_push_this();
	jsal_dup(-2);
	jsal_to_propdesc_value(false, false, true);
	jsal_def_prop_string(-2, key);
	jsal_pop(1);
}

static void

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…